cosq-network/CloudFormation Deploy
Create or update a CloudFormation stack using the AWS CLI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| stackName | Name of the stack to be passed to the --stack-name argument of the AWS CLI | yes | — |
| templateFile | Path to the template file to be passed to the --template-file argument of the AWS CLI | yes | — |
| hasIAMCapability | Determines whether to pass CAPABILITY_IAM as a capability | no | false |
| hasIAMNamedCapability | Determines whether to pass CAPABILITY_NAMED_IAM as a capability | no | false |
| parameterJSON | JSON Object contains parameter key value pair | no | {} |
Outputs
| name | description |
|---|---|
| stackOutputs | Stack outputs returned by the AWS CloudFormation describe-stacks command |