Skip to content

v2.18.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Apr 09:02
· 20 commits to refs/heads/main since this release
acf2269

Summary

This release enhances the Parser experience with new schemas for Amazon Cognito User Pool triggers and Amazon API Gateway WebSocket APIs.

⭐️ Thanks to @VatsalGoel3 for working on all the new schemas added in this release, as well as @elliottohara and @vforgeone 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:

  • PreSignupTriggerSchema
  • PostConfirmationTriggerSchema
  • PreTokenGenerationTriggerSchema
  • CustomMessageTriggerSchema
  • MigrateUserTriggerSchema
  • CustomSMSTriggerSchema
  • CustomEmailTriggerSchema
  • DefineAuthChallengeTriggerSchema
  • CreateAuthChallengeTriggerSchema
  • VerifyAuthChallengeResponseTriggerSchema
  • PreTokenGenerationTriggerSchemaV1
  • PreTokenGenerationTriggerSchemaV2AndV3

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

New API Gateway WebSocket Schema

Docs

Use the new APIGatewayProxyWebsocketEventSchema built-in schema to work with Amazon API Gateway WebSocket APIs events. This is useful when building AWS Lambda functions that act as backend for web socket APIs.

carbon-6

Changes

🌟New features and non-breaking changes

🌟 Minor Changes

📜 Documentation updates

🔧 Maintenance

This release was made possible by the following contributors:

@VatsalGoel3, @dreamorosi, @elliottohara, and @vforgeone.