/aws-localstack-lambda-gateway

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

Primary LanguageShell

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