Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 328 Bytes

how_to_use_locally.md

File metadata and controls

17 lines (12 loc) · 328 Bytes

How to use it locally

  1. Look at environments variables and set at least required variables
export AWS_REGION="us-east-2"
export MODE=local
export COGNITO_USER_POOL_ID="ap-southeast-2_EPyUfpQq7"
export S3_BUCKET_NAME="mybuckettest"
  1. Run lambda locally
go run main.go