github aws/copilot-cli v1.15.0
copilot-cli: Release v1.15.0

latest releases: v1.34.0, v1.33.4, v1.33.3...
2 years ago

⚡️ 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 the config file for your profiles (#3232)

❤️ Contributions

Thank you, contributors!

Don't miss a new copilot-cli release

NewReleases is sending notifications on new releases.