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

https://github.com/sashee/apigw2

Demo code for the new HTTP APIs
https://github.com/sashee/apigw2

api-gateway-v2 aws terraform

Last synced: about 1 month ago
JSON representation

Demo code for the new HTTP APIs

Awesome Lists containing this project

README

        

# Demonstration project to show how the API Gateway HTTP API can be used with Lambda and CloudFront

## Deploy

* ```terraform init```
* ```terraform apply```
* Go to the output URL

## Usage

* ```/``` goes to the API mapped to the default cache behavior
* ```/test/``` goes to the API with a path pattern and a route_key mapped to the ```/test/``` path

## Cleanup

* ```terraform destroy```