Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 446 Bytes

how_to_use_locally.md

File metadata and controls

21 lines (17 loc) · 446 Bytes

How to use it locally

  1. Look at environments variables and set at least required variables

example:

export AWS_REGION="us-east-2"
export MODE=local
export DOMAIN_NAME="t22est.com"
export ACME_URL="stage"
export ACME_EMAIL="[email protected]"
export REIMPORT_THRESHOLD=10
export ISSUE_TYPE="default"
export STORE_CERT_IN_SECRETSMANAGER="true"
  1. Run lambda locally
go run main.go