See Player's Guide for more details
$ docker-compose up
$ yarn run start
:notebook: There is no output logs for the lambda right out of the box. To enable this run:
sh ./scripts/local/listen-to-lambda-logs.sh [actions|websocketDisconnection] # Note "actions" or "websocket" are the lambdas that exist in this repo.
Logs do have to exist from the lambda before starting that script. It will also pick up previous logs that occurred.