https://github.com/ofhouse/cloudfront-iam-authorizer
Example how to use Cloudfront together with IAM authorizers in Lambda function urls and API Gateway.
https://github.com/ofhouse/cloudfront-iam-authorizer
Last synced: about 1 month ago
JSON representation
Example how to use Cloudfront together with IAM authorizers in Lambda function urls and API Gateway.
- Host: GitHub
- URL: https://github.com/ofhouse/cloudfront-iam-authorizer
- Owner: ofhouse
- Created: 2022-05-06T19:27:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-06T19:31:41.000Z (almost 3 years ago)
- Last Synced: 2025-02-28T05:21:00.383Z (2 months ago)
- Language: TypeScript
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Using API Gateway with IAM authorizer
This is an example of a client / server application that uses the IAM authorizer to authenticate requests.
# Server
The server is a simple Lambda function connected to a API-Gateway.
The API Gateway uses the default IAM authorizer to authenticate the requests.The code for this is written with AWS CDK, and located in the `./cdk` subpackage.
# Client
The client uses the AWS SDK to sign a request.