Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/willis0826/sam-local-authorizer-example
- Owner: Willis0826
- Created: 2023-08-06T17:29:02.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-10T21:33:35.000Z (9 months ago)
- Last Synced: 2024-10-12T12:14:35.616Z (about 1 month ago)
- Topics: api-gateway, authorizer, lambda, sam
- Language: TypeScript
- Homepage: https://www.willischou.com/aws-serverless-using-sam-to-develop-api-with-frontend-locally/
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.