aws-cloudformation-github-deploy
aws-cloudformation-github-deploy copied to clipboard
Deploys AWS CloudFormation Stacks
``` outputs: stack-id: description: "The id of the deployed stack. In addition, any outputs declared in the deployed CloudFormation stack will also be set as outputs for the action, e.g....
In restricted environments, in which only ChangeSet-based creation of stacks is possible, it is impossible to use this action. Our use case is as follows: we configure the job (using...
Getting this error running this action from `@master`: ``` Error: aws-actions/aws-cloudformation-github-deploy/master/action.yml (Line: 18, Col: 18): Error: aws-actions/aws-cloudformation-github-deploy/master/action.yml (Line: 18, Col: 18): Unrecognized named-value: 'github'. Located at position 1 within expression:...
*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
# Error: The URL must be of scheme file ### Description Hi there, I'm trying to use this action to deploy my project on aws, but I'm getting the following...
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) Changelog Sourced from glob-parent's changelog. 5.1.2 (2021-03-06) Bug Fixes eliminate ReDoS...
In the documentation of parameters for this github action there is a mistake for specifying parameter-overrides from a file. For some reason the documentation suggest the following format: `(e.g. file://file://${{...
Bumps [ws](https://github.com/websockets/ws) from 7.3.1 to 7.4.6. Release notes Sourced from ws's releases. 7.4.6 Bug fixes Fixed a ReDoS vulnerability (00c425ec). A specially crafted value of the Sec-Websocket-Protocol header could be...
Is there a way to specify `UsePreviousValue` for parameter-overrides provided in-line rather than in a file? In my case, some of the parameters are determined by the build (eg product...
I'm trying to deploy using this action but if for whatever reason my stack fails and the stack is rolled back I want to be able to update which is...