Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 351 Bytes

File metadata and controls

30 lines (22 loc) · 351 Bytes

lynlab-api

API server for lynlab services

Prerequisite

Test

yarn test

Deployment

Deploy lambda functions.

apex init

apex deploy --dry-run
apex deploy

Deploy infrastructure.

terraform init infra

terraform plan infra
terraform apply infra