Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 421 Bytes

setup-lambda-transcode-trigger.md

File metadata and controls

11 lines (8 loc) · 421 Bytes

Set up trigger for lambda transcode

  • Every time a new file is uploaded (at the end) to /ingest in our S3 media bucket execute a transcode lambda. Be careful with filters, if not you will create a very expensive infinite loop

You can do that by executing:

cd scripts
./create-transcode-trigger.sh

Note: remember to modify ./scripts/base.sh with the names and region you want