aws-cloudformation-github-deploy icon indicating copy to clipboard operation
aws-cloudformation-github-deploy copied to clipboard

Deploys AWS CloudFormation Stacks

Results 38 aws-cloudformation-github-deploy issues
Sort by recently updated
recently updated
newest added

- Adding ability to have comma delimited values within quotes for parameter-verrides.

*Description of changes:* Fix Indentation in example

I was trying to create an S3 BucketPolicy, and the step was hanging for about 7 minutes, and then failed with the following message: `Resource is not in the state...

enhancement

This Action isn't compatible with SAM templates that use a local file path for the [`CodeUri`](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-resource-function.html#sam-function-codeuri) property of a `AWS::Serverless::Function` resource. The `CodeUi` property states > The function code's Amazon...

*Issue #, if available:* *Description of changes:* This action only requires a small subset of cloudformation permissions, so limit recommended ones in the README to those By submitting this pull...

I've got a parameter that is a comma separated list. this doesn't work it instead splits on this value, expecting it to be another Key-Value pair i've tried with all...

Allow change sets to be reviewed before deploying - Optional output changeset instead of deploy - Option take changeset as input instead of generate changeset This will allow us to...

enhancement

*Issue #, if available:* N/A *Description of changes:* This adds an additional output parameter, `change-set-id`, containing the ID of a created change set if applicable, otherwise `'UNKNOWN'`. This enables scenarios...

*Issue #, if available:* N/A *Description of changes:* Fixes a typo, renaming chageset to changeset By submitting this pull request, I confirm that you can use, modify, copy, and redistribute...

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.4 to 1.2.6. Changelog Sourced from @actions/core's changelog. 1.2.6 Update exportVariable and addPath to use environment files 1.2.5 Correctly bundle License File with package Commits See full...

dependencies