Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 496 Bytes

File metadata and controls

7 lines (6 loc) · 496 Bytes

thumbnailer-lambda

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