Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 655 Bytes

File metadata and controls

18 lines (14 loc) · 655 Bytes

LocalStack Terraform Sample – Lambda Layer in Python

Requirements

Quickstart

  1. Provide your LocalStack Auth Token: export LOCALSTACK_AUTH_TOKEN=$LOCALSTACK_AUTH_TOKEN
  2. Start LocalStack Pro: make start
  3. Install Python dependencies: make install
  4. Initialize Terraform: make init
  5. Deploy Terraform: make deploy
  6. Invoke Lambda: make invoke