copilot-cli: Release v1.15.0
⚡️ Features and enhancements
-
Support connecting to a VPC for Request-Driven Web Services (AWS App Runner) (#3195)
You can now connect to your environment's VPC by updating your manifest file with:
network: vpc: placement: 'private'
Once your App Runner service is connected to the VPC, you can then use existing features such as service discovery to connect to Backend Services or connect to an Amazon Aurora database with
copilot storage init
.
For more details, see documentation. -
Allow injecting AWS Secrets Manager secrets using secret names instead of ARNs (#3223)
Previously, you could only specify AWS Secrets Manager secrets only using their full ARN. You can now inject secrets using their names to keep your manifest files succinct:
secrets: DB: secretsmanager: 'demo/test/mysql' # You can refer to a specific key in the JSON blob. DB_PASSWORD: secretsmanager: 'demo/test/mysql:password::'
For more details, see documentation.
-
Respect the
AWS_CONFIG_FILE
environment variable to read theconfig
file for your profiles (#3232)
❤️ Contributions
Thank you, contributors!