guardian/guardian/actions-cloudformation
Deploy a (static) Cloudformation template. Useful if you haven't migrated to CDK yet but want to avoid manual deploys.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| app | App name (pattern: [a-zA-Z-]+). | yes | — |
| stack | A (Riffraff) stack to deploy into, e.g. 'deploy', 'frontend', etc. See Riffraff for the full list of supported stacks. | yes | — |
| templatePath | Path to template file, e.g. './cloudformation/cfn.json'. | yes | — |
| guActionsRiffRaffRoleArn | Role to use for writing to Riffraff's AWS bucket (typically org secret of same name). | yes | — |
| dryRun | If set to true, will not upload Riffraff artifact. | — | false |
Outputs
no outputs