Skip to content

v3.17.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jul 08:47
· 6 commits to refs/heads/develop since this release

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

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

📜 Documentation updates

🐛 Bug and hot fixes

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

🔧 Maintenance

This release was made possible by the following contributors:

@VatsalGoel3, @dependabot[bot], @dreamorosi, @github-actions[bot], @kimsappi, @leandrodamascena, @mhindery, @ran-isenberg, dependabot[bot] and github-actions[bot]