cfbarbero / introspection-authorizer

An AWS API Gateway Custom Authorizer using oauth2 introspection endpoint.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An AWS API Gateway Custom Authorizer using oauth2 introspection endpoint.

License:MIT License


Languages

Language:JavaScript 100.0%