Adithya Kolla
Adithya Kolla
This PR resolves #4010 By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License.
Currently `from_cfn` is supported only for selected set of manifest fields such as [`environment variables`](https://aws.github.io/copilot-cli/docs/manifest/lb-web-service/#variables-from-cfn), [`secrets`](https://aws.github.io/copilot-cli/docs/manifest/lb-web-service/#secrets-from-cfn) and [`security groups`](https://aws.github.io/copilot-cli/docs/manifest/lb-web-service/#network-vpc-security-groups-from-cfn) But `from_cfn` can be made generic to support for other fields...
Update the documentation to reflect that only the main container will be automatically injected secrets from the exports of an addon stack but not sidecar containers. https://aws.github.io/copilot-cli/docs/developing/addons/workload/#writing-the-outputs-section Here is a...
Currently `copilot storage init` cmd generates Aurora Serverless v1 and v2 templates. This feature request is to expand the capabilities to include the support for initializing a traditional RDS cluster....
conversation from gitter https://app.gitter.im/#/room/#aws_copilot-cli:gitter.im/$iWOLIz9DdgbThFO8oe4-x26Tk1IwT1rHxxoUxwAz9_c **Current Scenario** Say I have two services `serviceA` and `serviceB` ``` . ├── copilot (application directory) │ ├── .workspace (workspace summary) │ ├── serviceA │ │...
From gitter: https://app.gitter.im/#/room/#aws_copilot-cli:gitter.im/$RSLPUzOm4vbZpMOebo54cqtJ1-y5wt6Da0rvgH21bcI Ask: Similar to `terraform destroy` dispaly all the CloudFormation Resources as a part of the application for `copilot app delete` command.
Currently during `copilot env delete` command, update the stackset instance by redeploys the app stack to remove the account and, if necessary, empties ECR repos and a regional S3 bucket...