pypi aws-lambda-powertools 2.10.0
v2.10.0

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

Summary

This release brings support for parsing S3 Event Notifications via EventBridge and support for custom properties on the ActiveMQ event source data class.

⭐️ Huge thanks for our first-time contributors @alexaiss and @ivica-k, and also @tibbe for the typing hot-fix!

Parsing S3 event notifications via EventBridge

Docs

Amazon S3 can send event notifications with Amazon EventBridge. We added support for parsing those events in Lambda using the new S3EventNotificationEventBridgeModel.

carbon (43)

Thank you @robert-malai for capturing this feature gap!

Custom properties on ActiveMQ event

When integrating with Active MQ, Lambda supports JMS custom properties. After this change, you can also access them when using the ActiveMQ event source data class.

Changes

🌟New features and non-breaking changes

  • feat(event_sources): support for custom properties in ActiveMQEvent (#1999) by @alexaiss
  • feat(parser): support for S3 Event Notifications via EventBridge (#1982) by @ivica-k

📜 Documentation updates

  • docs(metrics): fix high-resolution metrics announcement link (#2017) by @rubenfonseca
  • feat(parser): support for S3 Event Notifications via EventBridge (#1982) by @ivica-k
  • docs(homepage): revamp install UX & share how we build Lambda Layer (#1978) by @heitorlessa

🐛 Bug and hot fixes

  • fix(build): auto-generate setup.py for legacy build tools (#2013) by @sthulb
  • fix(typing): swap NoReturn with None for methods with no return value (#2004) by @tibbe

🔧 Maintenance

  • chore(deps-dev): bump cfn-lint from 0.74.3 to 0.75.0 (#2020) by @dependabot
  • chore(deps-dev): bump coverage from 7.2.1 to 7.2.2 (#2021) by @dependabot
  • chore(deps-dev): bump filelock from 3.9.1 to 3.10.0 (#2019) by @dependabot
  • fix(build): auto-generate setup.py for legacy build tools (#2013) by @sthulb
  • chore(deps-dev): bump aws-cdk from 2.67.0 to 2.69.0 (#2010) by @dependabot
  • chore(deps-dev): bump mkdocs-material from 9.1.2 to 9.1.3 (#2009) by @dependabot
  • chore(deps-dev): bump cfn-lint from 0.74.2 to 0.74.3 (#2008) by @dependabot
  • chore(deps-dev): bump filelock from 3.9.0 to 3.9.1 (#2006) by @dependabot
  • chore(deps-dev): bump aws-cdk-lib from 2.68.0 to 2.69.0 (#2007) by @dependabot
  • chore(deps-dev): bump cfn-lint from 0.74.1 to 0.74.2 (#2005) by @dependabot
  • chore(deps-dev): bump mypy from 0.982 to 1.1.1 (#1985) by @dependabot
  • chore(deps-dev): bump pytest-xdist from 3.2.0 to 3.2.1 (#2000) by @dependabot
  • chore(deps-dev): bump flake8-bugbear from 23.2.13 to 23.3.12 (#2001) by @dependabot
  • chore(deps-dev): bump bandit from 1.7.4 to 1.7.5 (#1997) by @dependabot
  • chore(deps): bump docker/setup-buildx-action from 2.4.1 to 2.5.0 (#1995) by @dependabot
  • chore(deps-dev): bump mypy-boto3-secretsmanager from 1.26.49 to 1.26.89 (#1996) by @dependabot
  • chore(deps-dev): bump mkdocs-material from 9.1.1 to 9.1.2 (#1994) by @dependabot
  • chore(deps-dev): bump mypy-boto3-dynamodb from 1.26.84 to 1.26.87 (#1993) by @dependabot
  • chore(deps): bump pydantic from 1.10.5 to 1.10.6 (#1991) by @dependabot
  • chore(deps-dev): bump aws-cdk-lib from 2.67.0 to 2.68.0 (#1992) by @dependabot
  • chore(deps-dev): bump cfn-lint from 0.74.0 to 0.74.1 (#1988) by @dependabot
  • chore(deps): bump aws-actions/configure-aws-credentials from 1 to 2 (#1987) by @dependabot
  • chore(deps-dev): bump pytest from 7.2.1 to 7.2.2 (#1980) by @dependabot
  • chore(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions from 2.1.1 to 2.1.2 (#1979) by @dependabot
  • chore(deps-dev): bump types-python-dateutil from 2.8.19.9 to 2.8.19.10 (#1973) by @dependabot
  • chore(deps-dev): bump hvac from 1.0.2 to 1.1.0 (#1983) by @dependabot
  • chore(deps-dev): bump mkdocs-material from 9.1.0 to 9.1.1 (#1984) by @dependabot
  • chore(deps-dev): bump mypy-boto3-dynamodb from 1.26.24 to 1.26.84 (#1981) by @dependabot
  • chore(deps-dev): bump mkdocs-material from 9.0.15 to 9.1.0 (#1976) by @dependabot
  • chore(deps-dev): bump cfn-lint from 0.67.0 to 0.74.0 (#1974) by @dependabot
  • chore(deps-dev): bump aws-cdk-lib from 2.66.1 to 2.67.0 (#1977) by @dependabot

This release was made possible by the following contributors:

@alexaiss, @dependabot, @dependabot[bot], @heitorlessa, @ivica-k, @rubenfonseca, @sthulb, @tibbe and Release bot

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

NewReleases is sending notifications on new releases.