Skip to content

Releases: aws-actions/aws-lambda-deploy

v1.1.0

20 Aug 21:34
29ea35c
Compare
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
Compare
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
Compare
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.