This is an example repo of how to build out things using TDD approach (which I probably could have talked about more, but here is a link for more info).
npm i
npm run sls deploy
For tests... (removed the count on requests for now until I implement a better query)
npm run export-env
npm run test:e2e
npm run test:int
npm run test:all