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
4644 results
I am trying to create a UUID for a Cognito user upon signup but also want to make it immutable. Currently I am using the AWS Pre-signup trigger but because UUID is immutable and called after the Cogni...
1
answers
0
votes
7
views
asked 3 hours ago
Hey, We are getting the following: ``` RequestId: 55caface-5698-5285-80dc-9a64dc03ff72 Error: Runtime exited with error: signal: killed Runtime.ExitError END RequestId: 55caface-5698-5285-80dc-9a64d...
2
answers
0
votes
41
views
asked a day ago
Using container images built on an M2 Macbook with Lambda functions requires a bit of ingenuity.
Hello, I was going through this AWS Tutorial from Free Code Camp — **[The Serverless Architecture Handbook: How to Publish a Node Js Docker Image to AWS ECR and Deploy the Container to AWS Lambda](ht...
2
answers
0
votes
62
views
profile picture
asked 2 days ago
In my aws lambda function i have prompts that i recieve from Android Studio in Kotlin. Sometimes there will be one prompt, sometimes there will be three. if there is only one, in the "shots" section i...
1
answers
0
votes
31
views
asked 2 days ago
Hello! **I'm trying to develop a telephone AI agent by using the following resources:** - Amazon Connect - Amazon Contact Lens - Amazon Kinesis Data Streams - Amazon Lambda **After having created a...
1
answers
0
votes
51
views
asked 2 days ago
I have a multi region API using API Gateway/Lambda, and Route 53 for the regional routing. The architecture is similar to this example https://aws.amazon.com/blogs/networking-and-content-delivery/late...
2
answers
0
votes
57
views
asked 2 days ago
In my aws lambda function i have prompts that i recieve from Android Studio in Kotlin. Sometimes there will be one prompt, sometimes there will be three. if there is only one, in the "shots" section i...
1
answers
0
votes
26
views
asked 3 days ago
I have a lambda written in typescript, packaged in CDK with NodejsFunction. The core of it is a function shown below. When this runs in the lambda, I receive a TypeError. Note that I have other neigh...
1
answers
0
votes
20
views
asked 3 days ago
In android studio i am passing two prompts over to my aws lambda function in order to do multi shot with nova reels. Everything seems right but i get the error below. 2025-05-21 13:56:51.261 26010-2...
1
answers
0
votes
34
views
asked 3 days ago
From Android Studio in Kotlin, im trying to pass my prompts over to my lambda function in aws. Im getting an exception that doesnt really matter. i will point out where in a moment. i want to by pass ...
1
answers
0
votes
31
views
asked 4 days ago
I put together a small app using API Gateway <-> Lambda and everything that is regularly used works great, but any endpoints that aren't being used seem like they go 'cold'. Meaning after weeks of no ...
5
answers
0
votes
49
views
asked 4 days ago