badsyntax/AWS CloudFormation Update

Create or Update a CloudFormation Stack from a template

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
stack-nameThe name of the Cloudformation stack to be created. For example: example-com-static-cloudformation-stackyes
templateThe relative path to the CloudFormation stack template. For example: ./cloudformation/s3bucket_with_cloudfront.ymlyes
aws-regionThe AWS region in which to create the stack. For example: us-east-1
parametersThe parameters to override in the stack inputs as a query string. For example: Param1=foo&Param2=http://example.comno
apply-change-setWhether to show the ChangeSet as a Pull Request commentno
capabilitiesA comma-delimited list of stack template capabilities to acknowledge. Defaults to 'CAPABILITY_IAM'noCAPABILITY_IAM
namedescription
outputsJSON string array of CloudFormation outputs
changesJSON string array of CloudFormation changes