## Node.js Console Application #### Configuration You will have to configure Amazon S3 and Amazon Elastic Transcoder using a ```config.json``` file. #### Configuration Options ```javascript { "region": "us-west-2", "inputBucket": "", "contentBucket": "", "thumbnailBucket": "", "pipelineName": "", "presetId": "", "transcoderRole": "arn:aws:iam:::role/" } ```