diff --git a/chapter-3/Listing 3.1 - 3.4 - Transcode Video Lambda/index.js b/chapter-3/Listing 3.1 - 3.4 - Transcode Video Lambda/index.js index 2f7b59a..2e73717 100644 --- a/chapter-3/Listing 3.1 - 3.4 - Transcode Video Lambda/index.js +++ b/chapter-3/Listing 3.1 - 3.4 - Transcode Video Lambda/index.js @@ -23,8 +23,11 @@ exports.handler = function(event, context, callback){ //remove the extension var outputKey = sourceKey.split('.')[0]; + console.log("key:", key, sourceKey, outputKey); + var params = { PipelineId: '1451470066051-jscnci', + OutputKeyPrefix: outputKey + "/", Input: { Key: sourceKey },