Skip to content

lynlab/lynlab-api-serverless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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