GitHunt
IA

iankhor/serverless-jwt-authorizer

demonstration of how to use custom jwt authorizer on aws lambda with serverless framework

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

Contributors

Created July 28, 2022
Updated July 27, 2022
iankhor/serverless-jwt-authorizer | GitHunt