Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/willis0826/sam-local-authorizer-example

A demo for SAM CLI with Lambda Authorizer
https://github.com/willis0826/sam-local-authorizer-example

api-gateway authorizer lambda sam

Last synced: 3 days ago
JSON representation

A demo for SAM CLI with Lambda Authorizer

Awesome Lists containing this project

README

        

# sam local authorizer example

This repository demos how to use SAM CLI with Lambda Authorizer locally.

You can find the examples for REST APIs (v1) in `rest-apis` folder and HTTP APIs (v2) in `http-apis` folder.

## Article for this

Here is an article that walks you through the REST API and AWS SAM configuration in this repository.

Check it!

[AWS Serverless - Using SAM with custom authoriser locally](https://www.willischou.com/aws-serverless-using-sam-to-develop-api-with-frontend-locally/)

## Contribution

Please feel free to create a PR or an Issue if you find anything can be improved.