/localstack-lambda-layer-python-terraform-sample

LocalStack reproducer Terraform sample for Lambda Layer written in Python

Primary LanguageHCL

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