This blog post explores functional approaches for parsing — and validating — JSON payloads using JSON Schemas while working with AWS API Gateway and lambda.
There are two alternatives for request/response integration: the lambda proxy integration and the lambda (custom) integration.
You could find some good blog post out there explaining …