Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 745 Bytes

File metadata and controls

29 lines (21 loc) · 745 Bytes

ApigatewayV2 Lambda

This example creates a HTTP proxy endpoint with a Lambda Proxy integration.

  • POST /example/{proxy+}, this endpoint integrates with a Lambda integration.

Prerequisites

Start LocalStack

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

Run Sample

make install
make init
make deploy
make test