marluanespiritusanto / aws-localstack-lambda-gateway

Validate your code within an environment that closely mirrors production. AWS Lambda + API Gateway boilerplate with LocalStack.

Home Page:https://marluanespiritusanto.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setting up TypeScript project with LocalStack and remote debugging

⚠️ Docker installation is assumed for these steps

  1. Install LocalStack dependencies

    brew install localstack/tap/localstack-cli
    brew install awscli-local
  2. Set up environment: API Gateway + Lambda

    chmod +x setup.sh
    sh setup.sh
  3. Copy the output endpoint

    curl -X POST PASTE_HERE_YOUR_OUTPUT_ENDPOINT
  4. Run debugger on VS Code

About

Validate your code within an environment that closely mirrors production. AWS Lambda + API Gateway boilerplate with LocalStack.

https://marluanespiritusanto.com


Languages

Language:Shell 82.6%Language:TypeScript 17.4%