sbarski / serverless-architectures-aws

The code repository for the Serverless Architectures on AWS book
http://book.acloud.guru
MIT License
154 stars 100 forks source link

Update index.js #18

Closed tom-halpin closed 4 years ago

tom-halpin commented 4 years ago

Added OutputKeyPrefix parameter to params array for elasticTranscoder.createJob in order to store transcoded files in a folder to align the code with the code provided as Listing 3.1 in the book.

tom-halpin commented 4 years ago

closing as just realized this is covered by https://github.com/sbarski/serverless-architectures-aws/pull/17