cfbarbero / jwt-authorizer

An AWS API Gateway custom authorizer that validates JWT tokens

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jwt-authorizer

An AWS API Gateway custom authorizer that validates JWT tokens

Setup

This project leverages claudiajs. For specifics see: https://claudiajs.com/

To create a new lambda

npm run create

To deploy updates a new lambda

npm run deploy

To run tests

npm run test

About

An AWS API Gateway custom authorizer that validates JWT tokens

License:MIT License


Languages

Language:JavaScript 100.0%