Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 690 Bytes

File metadata and controls

27 lines (20 loc) · 690 Bytes

APIgatewayv2 Lambda Proxy Handling Binary

This sample demonstrates Terraform-based AWS service emulation with LocalStack.

Prerequisites

Start LocalStack

export LOCALSTACK_AUTH_TOKEN=<your-auth-token>
make start

Run Sample

make install
make init
make deploy
make test