Skip to content

Preview release v0.6.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Oct 11:49
d8297ce

Changes

Validation utility

This utility provides JSON Schema validation for payloads held within events and response used in AWS Lambda.

Key features include:

  • Validate incoming events and responses
  • Native support for the most common AWS Lambda event sources (API Gateway, SNS, SQS, ...)
  • JMESPath support validate only a sub part of the event

Use our annotation to get started straight away.

validation

For more control, use the utility directly.

validation_utility

🐛 Bug and hot fixes

This release was made possible by the following contributors:

@bmicklea, @dependabot, @dependabot[bot], @jeromevdl, @msailes and @pankajagrawal16