All Content tagged with AWS Lambda

AWS Lambda is a serverless, event-driven compute service that lets you run code for virtually any type of application or backend service without provisioning or managing servers. You can trigger Lambda from over 200 AWS services and software as a service (SaaS) applications, and only pay for what you use.

Content language: English

Select tags to filter
Sort by most recent
4626 results
Hi, I'm looking for some guidance on how to configure this feature. In summary: Agents handle calls within Salesforce Omni. The agents cofiguration, routing profiles and call routing is all defin...
2
answers
0
votes
35
views
asked 7 days ago
0 I'm using AWS DMS to migrate data from several sources into Redshift. For each replication task, I want to trigger a Lambda function when the full load finishes. Currently, I'm creating a separate ...
1
answers
0
votes
36
views
asked 7 days ago
is it possible to stack all the lambda logs directly from lambda to elastic search? I read lamda log api post -> https://docs.aws.amazon.com/lambda/latest/dg/runtimes-logs-api.html and checked elasti...
1
answers
0
votes
48
views
asked 7 days ago
Hello, everyone. I was doing some testing with AWS Dynamo Stream with a very basic setup: Dynamo table that has Stream "on" sends New and Old Image for an AWS Lambda that simply prints what is receiv...
2
answers
0
votes
35
views
asked 7 days ago
I am logged in as the root user and I cannot see my Lambda functions that I have created. I get access denied message and unknown error message. ![Enter image description here](/media/postImages/ori...
2
answers
0
votes
43
views
asked 7 days ago
I want to report a few kinds of small events from customer accounts to my account - things like CloudFormation stack updates and certain API calls in CloudTrail - and minimise the cost, complexity and...
1
answers
0
votes
30
views
asked 7 days ago
I'm experimenting with DynamoDB and SnapStart, Java 21, SDK 2.21, 256MB lambda. If I initialise my client in the handler, my first GetItem takes 12 seconds. If I initialise it in the constructor, it ...
2
answers
0
votes
75
views
asked 8 days ago
From Android Studio i am trying to create a presigned URL for a specific S3 video object using its Object Key, and then use that presigned URL to display the video within the app using a videoView, an...
1
answers
0
votes
59
views
asked 9 days ago
Within my Kotlin code i am accessing my S3 bucket and am locating a specific video with its Object Key. I want to download copy or download this video into my res/raw folder so that i can display it b...
1
answers
0
votes
45
views
asked 9 days ago
Hello, I hope you can guide me. I have a Lambda function (let's call it lambda-1) that I need to run once a day. The function takes an identifier (ID) as input and, with that ID, extracts a set of da...
2
answers
0
votes
77
views
asked 10 days ago
I am writing my code in Kotlin. I am not sure how to access my novabucket (S3 Bucket) from Android Studio. i am using import software.amazon.awssdk.services.s3.S3Client. i am trying to get into the ...
Accepted AnswerAWS Lambda
1
answers
0
votes
95
views
asked 10 days ago
When i invoke this Lambda function it seems as if its building this key correctly, but when i try to parse it in android studio using Kotlin, it wont let me parse the key and use it as a value. Here...
Accepted AnswerAWS Lambda
1
answers
0
votes
48
views
asked 11 days ago