pypi aws-lambda-powertools 2.13.0
v2.13.0

latest releases: 3.0.2.dev1, 3.0.1.dev3, 3.0.1.dev2...
17 months ago

Summary

This release improves the developer experience using the Parameters utility, fixes a bug on the CodePipeline event source and adds several documentation improvements!

⭐ Huge thanks to our new contributor @neilramsay

Improved DX on the Parameters utility

Docs: Cache TTL, SSMProvider

You can now set the POWERTOOLS_PARAMETERS_MAX_AGE and POWERTOOLS_PARAMETERS_SSM_DECRYPT environment variables to set defaults values for all parameters fetched by this utility. This avoids having to pass max_age and decrypt when you fetch several parameters.

image

Changes

🌟New features and non-breaking changes

  • feat(parameters): Configure max_age and decrypt parameters via environment variables (#2088) by @leandrodamascena

📜 Documentation updates

  • feat(parameters): Configure max_age and decrypt parameters via environment variables (#2088) by @leandrodamascena
  • fix(ci): update layer version on logger, tracer and metrics docs (#2120) by @rubenfonseca

🐛 Bug and hot fixes

  • fix(event_sources): Update CodePipeline event source to include optional encryption_key field and make user_parameters field optional (#2113) by @neilramsay
  • fix(ci): update layer version on logger, tracer and metrics docs (#2120) by @rubenfonseca

🔧 Maintenance

This release was made possible by the following contributors:

@dependabot, @dependabot[bot], @djfurman, @leandrodamascena, @neilramsay, @rubenfonseca and Release bot

Don't miss a new aws-lambda-powertools release

NewReleases is sending notifications on new releases.