subhamay-bhattacharyya-gha/CloudFormation Configuration Processor
Process CloudFormation deployment configurations and generate parameters, stack names, and CI build identifiers
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| cfn-directory | Folder containing CloudFormation configuration files | no | cfn |
| ci-build | Whether this is a CI build (true/false) | no | false |
| environment | Target environment name | no | "" |
| retention-days | Number of days to retain the deployment artifact | no | 7 |
Outputs
| name | description |
|---|---|
| parameters | JSON array of CloudFormation parameters |
| stack-name | Generated CloudFormation stack name |
| template | CloudFormation template filename from configuration |
| tags | JSON array of CloudFormation tags |