/introspection-authorizer

An AWS API Gateway Custom Authorizer using oauth2 introspection endpoint.

Primary LanguageJavaScriptMIT LicenseMIT

introspection-authorizer

An AWS API Gateway Custom Authorizer using oauth2 introspection endpoint.

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