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.
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
🐛 Bug and hot fixes
- revert(metrics): typing regression on log_metrics callable (#744) by @heitorlessa
🔧 Maintenance
- chore(deps): bump boto3 from 1.18.54 to 1.18.56 (#742) by @dependabot
- chore(deps-dev): bump mkdocs-material from 7.3.1 to 7.3.2 (#741) by @dependabot
- chore: ignore constants in test cov (#745) by @heitorlessa
This release was made possible by the following contributors:
@am29d, @dependabot, @dependabot[bot] and @heitorlessa