copilot-cli icon indicating copy to clipboard operation
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.

Results 413 copilot-cli issues
Sort by recently updated
recently updated
newest added

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...

type/feature
type/request
area/deployment

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...

pending/question

- 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...

do-not-merge

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...

guidance

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...

type/feature
size/S

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...

area/pipeline
type/feature

Create a larger presence/community on StackOverflow; a user created tags already: https://github.com/aws/copilot-cli/discussions/3071

type/documentation
size/S

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...

guidance
type/request

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...

type/enhancement
type/request

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:*",...