Cory Harter
Results
1
comments of
Cory Harter
Updated the function to ``` return downloadFileFromS3(inputBucket, key, inputFile) .then(() => childProcess( '/opt/bin/ffmpeg', ['-i', inputFile, '-nostdin', outputFile], {env: process.env, cwd: workdir} )) .then(() => uploadFileToS3(process.env['DestinationBucket']!, resultKey, outputFile, MIME_TYPE)); ``` and...