Skip to content

v1.1.2

Compare
Choose a tag to compare
@briananstett briananstett released this 03 Jun 16:47
· 7 commits to master since this release

Changed

  • Updated the logic gate to determine if the code is running in a container or Lambda. It now uses AWS_LAMBDA_FUNCTION_NAME instead of AWS_EXECUTION_ENV since AWS_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.