Efe Karakus

Results 126 comments of Efe Karakus

Hi folks 👋 Thanks for the issue! For the future of Compose+ECS, check out the [ECS plugin for Docker Compose](https://docs.docker.com/cloud/ecs-integration/) if you haven't seen it. I believe there are gaps...

Hi @AditModi ! How are you trying to reach out from the node container to mongodb? Are you leveraging service discovery (https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-cli-tutorial-servicediscovery.html) If possible I'd recommend to check out two...

Hi folks! Apologies for the late response 🙇 Just for my understanding, if I look at the [`RegisterTaskDefinition`](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_RegisterTaskDefinition.html) API I can see that indeed the [`runtimePlatform`](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_RegisterTaskDefinition.html#ECS-RegisterTaskDefinition-request-runtimePlatform) is a valid field...

1. A manifest proposal for creating separate Load Balancers per service could be (for import we can follow @CorinWilkins's proposal): ```yaml name: api type: Load Balanced Web Service # or...

Hi @mreferre ! The request makes sense to me, today copilot injects environment variables with the prefix `COPILOT_` to make our "namespace" explicit. But we should be able to tell...

(seems to be also related to "preview environments" https://github.com/aws/copilot-cli/issues/1159)

Hi @harry-shopl ! 1. Would the existing [`output_artifact_format`](https://aws.github.io/copilot-cli/docs/manifest/pipeline/#source-properties-output-artifact-format) field work for you? I believe if you set it to `CODEBUILD_CLONE_REF` it should get a full git clone of the repository....

Hi @rajbala ! Ohh this is very interesting 🤔 I think there are few different options: 1. **StateMachine Addon**. Here is an existing user defining a StateMachine [addon](https://aws.github.io/copilot-cli/docs/developing/addons/modeling/): https://github.com/aws/copilot-cli/issues/1507#issuecomment-710506833 that...

Just sharing some interesting links to explore to make building Lambda functions easier: - https://github.com/aws/aws-lambda-builders that is used by `sam build` under the hood that we can also look into...

Hi @benjaminpottier! Oh no 🙇 that is super strange, each environment should be getting its own service discovery namespace 🤔 Can you tell me a little bit more about the...