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

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -