Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 749 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 749 Bytes

Setup infrastructure

  • Follow documentation in infra
  • Once everything is setup, you can run below command to deploy and destroy your AWS infrastructure.
make deploy
make destroy

Lambdas

  • Write your lambda functions inside dedicated folder <your-lambda-name>. Add index.<any-programming-language> file inside that folder that contains the logic.
  • Write Deployment CDKTF definition for that lambda. Here is example

UI

  • UI code is written in ui folder using React.
  • It is deployed to S3 as static website. You can either run it in your local or deploy (read infra/README.md).