AWS Lambda Deploy Action
Version updated for https://github.com/aws-actions/aws-lambda-deploy to version v1.1.1.
This publisher is shown as ‘verified’ by GitHub.
This action is used across all versions by 144 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The AWS Lambda Deploy GitHub Action automates the deployment and configuration of AWS Lambda functions within GitHub Actions workflows. It supports deploying code as .zip archives or container images from Amazon ECR and can create new functions if they do not already exist. This action simplifies Lambda deployment by automating updates to function code, configuration, and environment variables, ensuring seamless integration into CI/CD pipelines.
What’s Changed
What’s Changed
- chore: bump @aws-sdk/client-sts from 3.844.0 to 3.864.0 by @dependabot[bot] in https://github.com/aws-actions/aws-lambda-deploy/pull/31
- ci: Add linter action and fix lint errors by @reedham-aws in https://github.com/aws-actions/aws-lambda-deploy/pull/39
- ci: bump
actions/checkoutGitHub action by @JamBalaya56562 in https://github.com/aws-actions/aws-lambda-deploy/pull/36 - chore: bump @aws-sdk/client-sts from 3.864.0 to 3.876.0 by @dependabot[bot] in https://github.com/aws-actions/aws-lambda-deploy/pull/42
- chore: bump brace-expansion from 1.1.11 to 1.1.12 by @dependabot[bot] in https://github.com/aws-actions/aws-lambda-deploy/pull/43
- chore: bump @smithy/node-http-handler from 4.1.1 to 4.2.0 by @dependabot[bot] in https://github.com/aws-actions/aws-lambda-deploy/pull/48
- ci: remove dependabot autoapprove by @reedham-aws in https://github.com/aws-actions/aws-lambda-deploy/pull/46
- chore: bump @smithy/node-http-handler from 4.2.0 to 4.2.1 by @dependabot[bot] in https://github.com/aws-actions/aws-lambda-deploy/pull/51
- chore: bump @smithy/node-http-handler from 4.2.1 to 4.3.0 by @dependabot[bot] in https://github.com/aws-actions/aws-lambda-deploy/pull/53
- fix: remove extra checkout step by @reedham-aws in https://github.com/aws-actions/aws-lambda-deploy/pull/59
- feat: add support for durable functions by @bchampp in https://github.com/aws-actions/aws-lambda-deploy/pull/65
- fix: Update action runtime from node20 to node24 by @danthompson in https://github.com/aws-actions/aws-lambda-deploy/pull/67
New Contributors
- @reedham-aws made their first contribution in https://github.com/aws-actions/aws-lambda-deploy/pull/39
- @JamBalaya56562 made their first contribution in https://github.com/aws-actions/aws-lambda-deploy/pull/36
- @bchampp made their first contribution in https://github.com/aws-actions/aws-lambda-deploy/pull/65
- @danthompson made their first contribution in https://github.com/aws-actions/aws-lambda-deploy/pull/67
Full Changelog: https://github.com/aws-actions/aws-lambda-deploy/compare/v1.1.0...v1.1.1