Relative Content

Tag Archive for amazon-web-servicesaws-lambda

Can I make Lambda’s /tmp folder accessible from external?

I have a Lambda function, which takes very short videos (100-200KB) as input and packages the video using Dash/Hls, and respond to the request with a Manifest file. The media player will then based on the Manifest file to access the video.

i am trying to run lambda function

{“errorType”: “Runtime.UserCodeSyntaxError”, “errorMessage”: “SyntaxError: Cannot use import statement outside a module”, “trace”: [“Run
time.UserCodeSyntaxError: SyntaxError: Cannot use import statement outside a module”, ” at _loadUserApp (file:///var/runtime/index.mj
s:1084:17)”, ” at async UserFunction.js.module.exports.load (file:///var/runtime/index.mjs:1119:21)”, ” at async start (file:///var/runtime/index.mjs:1282:23)”, ” at async file:///var/runtime/index.mjs:1288:1″]}

Lambda Nodejs Event Listener

My objective is to run my lambda function in NodeJS to retrieve the NoIP’s stored IP address with the hostname and username and password, using the “no-ip” nodejs library.