amazon web services - AWS Lambda function execution time when using AWS Elastic Transcoder -
i transcode videos lambda function.
example node.js:
transcoder.createjob(params, function(err, data) { if (err) { ... } else { ... } });
does function hang until video encoded? or job started lambda function execution stops right away?
thanks!
Comments
Post a Comment