Help improve AWS Support Official channel in re:Post and share your experience - complete a quick three-question survey to earn a re:Post badge!
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...
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...
EXPERT
published 2 days ago0 votes33 views
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...
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...
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...
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...
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...
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...
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...
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 ...
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 ...