Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jarchowk authored Sep 24, 2018
1 parent 87f99ce commit 81b6813
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
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)

0 comments on commit 81b6813

Please sign in to comment.