fogfish/deploy-cdk-go
deploys AWS CDK Golang applications to AWS
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 26, 2023
- License
- MIT
Pinned Snippet
uses: fogfish/deploy-cdk-go@790e8870281f700e88733a7decb57424db91323f # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| go-version | The version of Golang to use. | yes | 1.18 |
| command | AWS CDK command to run inside the workflow. The action allows to `deploy` or `destroy` application. Use the command to automate clean-up of cloud environments. | yes | deploy |
| stack | Name of AWS CDK stack from the application. | yes | — |
| version | Version label of the stack. | yes | latest |
| aws-access-key | AWS Access Key. Use GitHub Secret Vault feature. | yes | — |
| aws-secret-key | AWS Secret Access Key. Use GitHub Secret Vault feature. | yes | — |
| aws-region | AWS Region. | yes | — |
| issue-to-comment | Number of GitHub issue to report the progress of deployment. | no | "" |
| skip-status-comment | Skip comments about the deployment status, output only deployed endpoints. | no | false |
| issue-to-create | Path to issue template to be opened while deployment is going on. | no | "" |
| issue-on-error | Create issue if action fails | no | "" |
Outputs
| name | description |
|---|---|
| issue-number | Output issue number created by the action |
| deployed-api | Reference to deployed api |