All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Updated README and release pipeline for GitHub.
- Updated the logic gate to determine if the code is running in a container or Lambda. It now uses
AWS_LAMBDA_FUNCTION_NAME
instead ofAWS_EXECUTION_ENV
sinceAWS_LAMBDA_FUNCTION_NAME
isn't always set which caused issues when using this package in a Lambda layer. - Updated pipeline only publish package. It no longers updates the patch number.