Allow environment variables from Cfn template and apprunner.yaml
- Dominant language
- No language data
- Stars
- 301
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
**Community Note**
* Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
* Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do * not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
**Tell us about your request**
Setting up AppRunner Service via IasC provides well known benefits. Right now, it is possible to set environment variables like table names or other dynamic parameters from a Cfn template.
This is only possible, if the template does not use the `apprunner.yaml`, otherwise configuration within `CodeConfigurationValues` are ignored.
It would be nice to be able to overwrite environment variables of the `apprunner.yaml` with values from CloudFormation.
**Describe alternatives you've considered**
Right now we provide `CodeConfigurationValues` and skip the benefits of a pre or post build command.
Contributor guide
Assessment
This issue has not been assessed yet.