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

Popular posts from this blog

Listboxes in c# -

Excel Duty List -

Multilayer CSV to filtered excel -