aws / aws/aws-cli

AWS CLI for CloudFormation to allow using a CFN Config File as used by Codepipeline

Open
#5,316 2 comments 6 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.