fogfish/deploy-cdk-go

deploys AWS CDK Golang applications to AWS

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Nov 26, 2023
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: fogfish/deploy-cdk-go@790e8870281f700e88733a7decb57424db91323f # no releases — HEAD as of 2026-07-11

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
go-versionThe version of Golang to use. yes1.18
commandAWS 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. yesdeploy
stackName of AWS CDK stack from the application. yes
versionVersion label of the stack. yeslatest
aws-access-keyAWS Access Key. Use GitHub Secret Vault feature. yes
aws-secret-keyAWS Secret Access Key. Use GitHub Secret Vault feature. yes
aws-regionAWS Region. yes
issue-to-commentNumber of GitHub issue to report the progress of deployment. no""
skip-status-commentSkip comments about the deployment status, output only deployed endpoints. nofalse
issue-to-createPath to issue template to be opened while deployment is going on. no""
issue-on-errorCreate issue if action fails no""
namedescription
issue-numberOutput issue number created by the action
deployed-apiReference to deployed api