Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 21, 2025

Updates the requirements on aws-lambda-powertools to permit the latest version.

Release notes

Sourced from aws-lambda-powertools's releases.

v3.17.0

Summary

This release enhances the Parser experience with new schemas for Amazon Cognito User Pool triggers. We also added support for externalDocs parameter in our OpenAPI utility.

⭐️ Thanks to @​VatsalGoel3 for working on all the new schemas added in this release, as well as @​mhindery and @​kimsappi for their first contributions!

New Cognito Trigger Schemas

Docs

You can now use one of the new built-in schemas from Parser to easily work with events coming from Amazon Cognito to your Lambda function. With Amazon Cognito User Pools, you can configure triggers to invoke AWS Lambda functions, modifying the authentication behavior.

Below is a list of schemas we’ve added:

  • CognitoCreateAuthChallengeTriggerModel
  • CognitoCustomEmailSenderTriggerModel
  • CognitoCustomMessageTriggerModel
  • CognitoCustomSMSSenderTriggerModel
  • CognitoDefineAuthChallengeTriggerModel
  • CognitoMigrateUserTriggerModel
  • CognitoPostAuthenticationTriggerModel
  • CognitoPostConfirmationTriggerModel
  • CognitoPreAuthenticationTriggerModel
  • CognitoPreSignupTriggerModel
  • CognitoPreTokenGenerationTriggerModelV1
  • CognitoPreTokenGenerationTriggerModelV2AndV3
  • CognitoVerifyAuthChallengeTriggerModel

For more information, refer to the Amazon Cognito User Pools documentation.

Changes

🌟New features and non-breaking changes

📜 Documentation updates

🐛 Bug and hot fixes

  • fix: enable response compression when using multi-value headers (#6936) by @​kimsappi

🔧 Maintenance

... (truncated)

Changelog

Sourced from aws-lambda-powertools's changelog.

[v3.17.0] - 2025-07-15

Bug Fixes

  • enable response compression when using multi-value headers (#6936)

Documentation

  • event-handler: remove Amplify transformers section (#6937)
  • event_handler: revert deleted file (#6947)
  • roadmap: update roadmap items (#6955)
  • we_made_this: add MCP server template (#6851)

Features

  • event_handler: add support for externalDocs attribute in OpenAPI schema (#6945)
  • parser: Added Cognito trigger schemas (#6737)

Maintenance

  • version bump
  • ci: fix ssm workflow (#6980)
  • ci: new pre-release 3.16.1a7 (#6974)
  • ci: new pre-release 3.16.1a6 (#6969)
  • ci: new pre-release 3.16.1a5 (#6967)
  • ci: new pre-release 3.16.1a1 (#6943)
  • ci: new pre-release 3.16.1a4 (#6964)
  • ci: new pre-release 3.16.1a0 (#6933)
  • ci: new pre-release 3.16.1a2 (#6954)
  • ci: new pre-release 3.16.1a3 (#6959)
  • deps: bump aws-encryption-sdk from 4.0.1 to 4.0.2 (#6932)
  • deps: bump mkdocs-llmstxt from 0.2.0 to 0.3.0 in /docs (#6979)
  • deps: bump mkdocs-material from 9.6.14 to 9.6.15 (#6931)
  • deps: bump mkdocs-llmstxt from 0.2.0 to 0.3.0 (#6978)
  • deps: bump typing-extensions from 4.14.0 to 4.14.1 (#6951)
  • deps-dev: bump types-python-dateutil from 2.9.0.20250516 to 2.9.0.20250708 (#6962)
  • deps-dev: bump aws-cdk-lib from 2.203.1 to 2.204.0 (#6949)
  • deps-dev: bump aws-cdk-aws-lambda-python-alpha from 2.203.1a0 to 2.204.0a0 (#6950)
  • deps-dev: bump bandit from 1.8.5 to 1.8.6 (#6957)
  • deps-dev: bump boto3-stubs from 1.39.2 to 1.39.3 (#6940)
  • deps-dev: bump coverage from 7.9.1 to 7.9.2 (#6941)
  • deps-dev: bump aws-cdk from 2.1020.1 to 2.1020.2 (#6942)
  • deps-dev: bump ruff from 0.12.1 to 0.12.2 (#6938)
  • deps-dev: bump types-protobuf from 6.30.2.20250516 to 6.30.2.20250703 (#6939)
  • deps-dev: bump cfn-lint from 1.37.0 to 1.37.1 (#6958)
  • deps-dev: bump cfn-lint from 1.37.1 to 1.37.2 (#6963)
  • deps-dev: bump boto3-stubs from 1.39.3 to 1.39.4 (#6966)
  • deps-dev: bump ruff from 0.12.2 to 0.12.3 (#6971)
  • deps-dev: bump mypy from 1.16.1 to 1.17.0 (#6977)
  • deps-dev: bump aws-cdk-lib from 2.203.0 to 2.203.1 (#6928)
  • deps-dev: bump boto3-stubs from 1.39.1 to 1.39.2 (#6930)

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [aws-lambda-powertools](https://github.com/aws-powertools/powertools-lambda-python) to permit the latest version.
- [Release notes](https://github.com/aws-powertools/powertools-lambda-python/releases)
- [Changelog](https://github.com/aws-powertools/powertools-lambda-python/blob/develop/CHANGELOG.md)
- [Commits](aws-powertools/powertools-lambda-python@v2.26.0...v3.17.0)

---
updated-dependencies:
- dependency-name: aws-lambda-powertools
  dependency-version: 3.17.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 21, 2025
@dependabot dependabot bot requested a review from a team as a code owner July 21, 2025 22:39
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 21, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 5, 2025

Superseded by #597.

@dependabot dependabot bot closed this Aug 5, 2025
@dependabot dependabot bot deleted the dependabot/pip/aws-lambda-powertools-tw-3.17.0 branch August 5, 2025 01:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants