Demo app for the "Troubleshooting AWS Serverless Applications" workshop
- run
npm ci
to restore all dependencies - open
serverless.yml
and on line 10, replace<INSERT YOUR NAME>
with your name - run
npm run deploy-all
, which will deploy both the Serverless backend as well as the Wild Rydes frontend application.