- Install SAM.
- Make sure you're using the right version of Node with nvm (run the command
nvm use). - Build the container with
sam build. Note that this builds an image, so you need a working Docker install. - Make sure the container works with
sam local invoke -e events/event.json - Deploy to production with
sam deploy.