-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
# learn-json-schema | ||
Learning how to use JSON schemas for requests and responses with API Gateway | ||
# Learn JSON Schemas | ||
Learning how to use JSON schemas for requests and responses with API Gateway. | ||
|
||
In this lab we use AJV as our JSON validator to confirm the requests and reponses to API Gateway, using a nodejs Lambda function. JSON schema validations can be used for lot of other situations when application data needs to be validated against a predefined schema. | ||
|
||
## Links: | ||
[AJV on NPM](https://www.npmjs.com/package/ajv) | ||
[JSON Schema](http://json-schema.org) |