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

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.

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.