⚡️ Features and enhancements
- Add a new service pattern: "Request-Driven Web Service" to launch services using AWS App Runner (#2340)
Copilot now supports launching services with AWS App Runner as an alternative to "Load Balanced Web Services".
AWS App Runner scales up your services based on incoming traffic and scales down to a baseline instance when there's no traffic.
To learn more: https://aws.amazon.com/blogs/containers/introducing-aws-app-runner/ - Add
copilot secret init
command to simplify adding secrets to your application (#2335) - Add new flag
copilot task run --generate-cmd
to populate the command from an existing service or job (#2201)With the
--generate-cmd
flag you can spin a one-off task from an existing service and override its entrypoint or command easily. - Support CodeBuild test reports for pipelines (#2306)
🐛 Bug Fixes
- Provide better error messaging when an addon stack fails to create or update (#2270)
- Upload pipeline CloudFormation template to S3 before deploying the stack to prevent template size limit (#2243)
- Allow
app show
andenv delete
to run outside of your workspace (#2269)
❤️ Contributions
Thank you for the contributions!