Skip to content

nullforu/meal-service

Repository files navigation

Build

npm run build

Envs

  • NEIS_KEY
  • BAND_ACCESS_TOKEN
  • BAND_KEY

Infrastructure

with AWS Lambda and EventBridge Scheduler, and Terraform is used for infrastructure as Code.

export TF_VAR_neis_key="neis-key"
export TF_VAR_band_access_token="band-access-token"
export TF_VAR_band_key="band-key"
terraform init
# terraform plan
terraform apply

image