copilot-cli
copilot-cli copied to clipboard
The AWS Copilot CLI is a tool for developers to build, release and operate production ready containerized applications on AWS App Runner or Amazon ECS on AWS Fargate.
While the auto-generated CloudFormation templates work well to get started, there are many scenarios where we want to override settings of the resources. At the moment, the only override supported...
I'm not sure if there is a recommend way to do this already or this is a feature request, but we'd like to be able to add custom listener rules...
- Clarified the comment on Backend Service when it exposes no ports - previously, it suggested that no traffic (inbound or outbound) was possible, while in reality outbound traffic is...
I am using FastAPI and Python for an application with Copilot. One of the API routes looks like this: ``` @v1.post('/build') async def build(): # I want the following code...
As of today the [Copilot service discovery documentation](https://aws.github.io/copilot-cli/docs/developing/service-discovery/) states that for a public facing `front-end` service to talk to a backend `api` service, the FE application needs to append a...
ASk --- There are some inconvenient things about using pipeline, so I would like to suggest it. 1. Source output artifact format Finally, it would be nice to have an...
Create a larger presence/community on StackOverflow; a user created tags already: https://github.com/aws/copilot-cli/discussions/3071
Hi, I'm trying to deploy a rails app using AWS copilot. I keep encountering this error during copilot deploy of my front-end service - "HandlerErrorCode: GeneralServiceException" error. I've attempted to...
Would it be possible to surface the errors from the `CloudFormation` -> `StackSets` page when the CLI fails? I got a notice "Operation XXX-XXX-XXX" failed, but wasn't sure what that...
Hi folks, With Copilot 1.21.1, I can see that the policy attached to the execution role generated in the `$NAME-infrastructure-roles` stack contains the following statements: ``` { "Action": [ "cloudformation:*",...