Skip to content

Releases: aws-actions/aws-lambda-deploy

v1.1.1

29 Apr 21:54
2003922

Choose a tag to compare

What's Changed

  • chore: bump @aws-sdk/client-sts from 3.844.0 to 3.864.0 by @dependabot[bot] in #31
  • ci: Add linter action and fix lint errors by @reedham-aws in #39
  • ci: bump actions/checkout GitHub action by @JamBalaya56562 in #36
  • chore: bump @aws-sdk/client-sts from 3.864.0 to 3.876.0 by @dependabot[bot] in #42
  • chore: bump brace-expansion from 1.1.11 to 1.1.12 by @dependabot[bot] in #43
  • chore: bump @smithy/node-http-handler from 4.1.1 to 4.2.0 by @dependabot[bot] in #48
  • ci: remove dependabot autoapprove by @reedham-aws in #46
  • chore: bump @smithy/node-http-handler from 4.2.0 to 4.2.1 by @dependabot[bot] in #51
  • chore: bump @smithy/node-http-handler from 4.2.1 to 4.3.0 by @dependabot[bot] in #53
  • fix: remove extra checkout step by @reedham-aws in #59
  • feat: add support for durable functions by @bchampp in #65
  • fix: Update action runtime from node20 to node24 by @danthompson in #67

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

20 Aug 21:34
29ea35c

Choose a tag to compare

What's Changed

The primary change in this release is adding support for creating and updating container image functions.

  • Bump @octokit/request and @actions/github by @dependabot[bot] in #3
  • Bump @octokit/plugin-paginate-rest and @actions/github by @dependabot[bot] in #5
  • chore: bump @aws-sdk/client-s3 from 3.830.0 to 3.859.0 by @dependabot[bot] in #17
  • feat: support creating and updating container image functions by @greyshi in #37

New Contributors

Full Changelog: v1.0.1...v1.1.0

v1.0.1

11 Aug 21:52
246115f

Choose a tag to compare

What's Changed

  • docs: fix inaccuracies and points of confusion in docs and examples by @greyshi in #19
  • docs: Fix GitHub Action versions by @ryancormack in #21
  • fix: allow dry run to check if function exists by @greyshi in #28
  • docs(README): Fix dry-run default value by @kakakakakku in #24

New Contributors

Full Changelog: v1...v1.0.1

v1

07 Aug 19:12

Choose a tag to compare

v1 release of Lambda Deploy GitHub Action

⚠️ Important: Users utilizing the dry-run feature should upgrade to v1.0.1+ which contains a bug fix for dry-run mode.