****** This repository is deprecated *****
Creates a thumbnail image for encoded bitmovin videos
yarn install
SLS_DEBUG='*' serverless webpack invoke --function test
to test with serverless locally. You may need to set SLS_DEBUG: export SLS_DEBUG='*'
- Make sure you have permission to deploy first. We use assume-role.
serverless deploy --stage staging --verbose
- Configure lambda: add any environment variables and values, adjust the timeout if needed (up to 5 minutes), enable a trigger for your function, add a test event (json).
- Make sure you have permission to deploy first. We use assume-role.
serverless deploy --stage production --verbose
- Configure lambda: add any environment variables and values, adjust the timeout if needed (up to 5 minutes), enable a trigger for your function, add a test event (json).