Skip to content

v1.21.1

Compare
Choose a tag to compare
@release-drafter release-drafter released this 07 Oct 15:19
· 2814 commits to develop since this release
eff5a17

Summary

Patch release to address regression in Metrics with mypy not recognizing a Callable when using log_metrics().

New Public Lambda Layers ARNs

Oh! It's finally here!!!

This release adds our first batch of public Lambda Layers for every AWS region supported by AWS Lambda - huge thanks to @am29d.

This means you no longer need to deploy a SAR App in order to use Lambda Powertools as a Lambda Layer.

image

That being said, we will keep SAR App in order to give you the flexibility to choose which semantic version you want to use as a Lambda Layer, until it is officially supported by Lambda Layers.

Changes

📜 Documentation updates

  • docs: add new public layer ARNs (#746) by @am29d

🐛 Bug and hot fixes

  • revert(metrics): typing regression on log_metrics callable (#744) by @heitorlessa

🔧 Maintenance

This release was made possible by the following contributors:

@am29d, @dependabot, @dependabot[bot] and @heitorlessa