Skip to content

Releases: theserverfault/aws-lambda-layer-release-action

v0.12

23 May 17:33
31826c3
Compare
Choose a tag to compare

What's Changed

  • chore(readme): update supported Nodejs runtime by @ops-gaurav in #2
  • Support automatic updation of dependent lambdas. Keeping this configuration optional and turned off by default by @ktx-mega in #1

New Contributors

Full Changelog: v0.1...v0.12

beta-0.1

28 Jul 07:02
Compare
Choose a tag to compare

Custom GitHub Action for Lambda Layer Release

This GitHub Action simplifies the process of releasing AWS Lambda layers by automating the deployment and updating of Lambda functions that depend on the layer. It provides a seamless experience for releasing Lambda layers with a failsafe mechanism for larger layers, automatically handling uploads via an S3 bucket when needed.

Features

  1. Seamless Lambda Layer Release: This action streamlines the release process for AWS Lambda layers, making it easy and straightforward. With just a few configuration settings, you can deploy your layer effortlessly.

  2. Failsafe Mechanism for Larger Layers: For larger Lambda layers that might exceed AWS Lambda's maximum layer size limit, this action automatically handles the upload via an S3 bucket. This ensures a smooth deployment process without any size-related issues.

  3. Update Dependent Lambdas: When you release a new version of the Lambda layer, this action provides an option to automatically update the configuration of all Lambda functions that utilize this layer. This helps in keeping all Lambda functions up-to-date with the latest layer version.

Full Changelog: v0.0...v0.1