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

## Steps to reproduce Use job that calls the action without specifying the `ChangesetName` parameter See error in build: `Error: Unexpected key 'ChangeSetName' found in params`

Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: aws-actions/[email protected]. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.

Hello! I have a Stack that creates a database from the snapshot. Unfortunately it may take up to 2 hours to set up. When I am using your action like...

The name `parameter-overrides` suggests similarity to `aws cloudformation deploy --parameter-overrides` while this actually functions similarly to `aws cloudformation update --parameters`, in that Cloudformation will use the default parameter value for...

YAML file with key and values `testAction: "NitishTestAction/test/test.yaml" localActor: "Nitish" Var3: value3 `

enhancement

### Steps to Reproduce 1. Use the following GitHub Action configuration to deploy a CloudFormation stack: ```yaml - name: deploy using CloudFormation uses: aws-actions/aws-cloudformation-github-deploy@master with: name: foobar template: template.yaml capabilities:...

Noticed that seems to be ignoring the value.

I created a workflow to deploy my infrastructure to the AWS CloudFormation. The pipeline kept running even if the Cloudformation stack was on `Create_Complete`, this happened only when the infrastructure...