Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 509 Bytes

Readme.md

File metadata and controls

12 lines (7 loc) · 509 Bytes

Serverless functions with custom JWT authorizer

This example demonstrates how to implement a custom JWT based authorizer to protect your serverless APIs on AWS Lambda.

Blog post

DynamoDB is used as a data store to persist user records.

Each file in ./functions/ is a seperate lambda api endpoint. Check serverless.yml for configuration.

Follow me on Twitter at @tmaximini