- Serverless Programming Cookbook
- Heartin Kanikathottu
- 62字
- 2025-04-04 15:02:18
Validating request payloads with models
In this recipe, we will add validation to request payloads by using models. We will define a model by using the JSON schema draft language, and we will then use it to validate our payloads. We will use the same Lambda that we used in the recipe Building your first API with Lambda integration.