Roundtable Project Roundtable UI cd round-table-ui Generate new react component To Develop Locally yarn start To Deploy to AWS yarn build && yarn deploy Roundtable API cd round-table-api To Deploy locally rackup lib/round-table/config.ru To Deploy to AWS 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