abiglobalhealth/deploy-lambda
Deploys the selected environment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 16, 2026
- License
- None
Pinned Snippet
uses: abiglobalhealth/github-action-deploy-lambda@60822ca66e9f02380dc8c420d29719178f98d55c # v0.3.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| environment | environment name | yes | — |
| region | region to deploy | no | eu-west-1 |
| tag | tag to deploy | no | — |
| node-version | Node version to test the lambda | no | 22 |
| AWS_ACCESS_KEY_ID_DEV | dev aws access key id | yes | — |
| AWS_SECRET_ACCESS_KEY_DEV | dev aws secret access key | yes | — |
| AWS_ACCESS_KEY_ID_TEST | test aws access key id | yes | — |
| AWS_SECRET_ACCESS_KEY_TEST | test aws secret access key | yes | — |
| AWS_ACCESS_KEY_ID_PROD | prod aws access key id | yes | — |
| AWS_SECRET_ACCESS_KEY_PROD | prod aws secret access key | yes | — |
| AWS_ACCESS_KEY_ID_CHINA | china aws access key id | yes | — |
| AWS_SECRET_ACCESS_KEY_CHINA | china aws secret access key | yes | — |
| ABI_DATABASE_GATEWAY_DEPLOY_KEY | Private database gateway repository deploy key | yes | — |
| ABI_AI_GATEWAY_KEY | Private ai gateway repository deploy key | yes | — |
| LIBBY_DEPLOY_KEY | Private libby repository deploy key | yes | — |
| NPM_PACKAGES_TOKEN | Token to get packages from private github repos | no | "" |
| BABELBOT_DEPLOY_KEY | Private babelbot repository deploy key | no | "" |
Outputs
no outputs