How to filter a list of dictionaries on kinesis event source in Lambda?
Given the following payload being sent to kinesis data stream:
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″]}
Get Connect Customer profile updates via Event Bridge
I am creating a lambda that can get notified when there was an update on the connect customer profile.
Get Connect Customer profile updates via api
I am creating a lambda that can get notified when there was an update on the connect customer profile.
AWS Lambda Sending Mail while VPC attached
I’m trying to send mail using AWS SES from my Lambda function, but my function requires the VPC to be attached (for other functionality).
Lambda in a Private Subnet invoke another Lambda in a Private Subnet within a same VPC
I have a configuration in such a way:
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.
How to run lambda functions on-premises without Internet connection?
We have a cloud application that runs on AWS. This application consists of AWS Lambda functions and uses various AWS services, including S3, SQS, SNS, DynamoDB, Timestream, IoT Core (MQTT broker), Redis, and Kinesis.
queryStringParameters Not working to fetch GET response
I’m using AWS Lambda, and using the function URL directly – no API gateway.