- cd round-table-ui
- yarn start
- yarn build && yarn deploy
- cd round-table-api
- rackup lib/round-table/config.ru
- sam package --template-file template.yaml --output-template-file serverless-output.yaml --s3-bucket roundtable-api
- sam deploy --template-file serverless-output.yaml --stack-name roundtable-api --capabilities CAPABILITY_IAM