AWS CLI for CloudFormation to allow using a CFN Config File as used by Codepipeline
Open
cloudformation package-deploy
customization
feature-request
p3
- Dominant language
- Python
- Stars
- 17.3k
- Forks
- 4.6k
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 13
Description
*Sorry if that is already opened elsewhere*
I create CFN Template Configuration files (Parameters, StackPolicies, Tags etc.) to deploy stacks with CodePipeline.
I would like to be able to run `aws cloudformation create-stack` or `aws cloudformation deploy` and input that file for API parameters.
```
{
"Parameters": {"Key": "Value"},
"Tags": {},
}
```
**Describe the solution you'd like**
`aws cloudformation create-stack --config-file file://config.json`
**Additional context**
Reference: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/continuous-delivery-codepipeline-cfn-artifacts.html
Contributor guide
Assessment
This issue has not been assessed yet.