- AWS SAM: instructions here
- skip creating an AWS account and configuring IAM (steps 1 & 2)
- docker install is required (step 3)
See also troubleshooting.md.
-
Lambda
cd lambda && sam local start-lambda
-
Mongo and Node.js
docker-compose up
Or start them separately:
mongod --dbpath=./data/db cd server && npm start
Run jest
in the client
or server
folder.
- Lambda
cd lambda sam build --use-container sam deploy --guided