Questions 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
Filter questions
Select tags to filter
Sort by
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
4829 results
I have an HTTP API (API Gateway v2) in us-east-2 with a $default route pointed at a Lambda function via an AWS_PROXY integration (PayloadFormatVersion 2.0). Every request to it returns an immediate, g...
1
answers
0
votes
35
views
asked 8 days ago
I am planning to build an IVR solution using only AWS services.
My requirement is to support dynamic multilingual conversations. Specifically:
If a customer starts speaking in English, the IVR shoul...
2
answers
0
votes
55
views
asked 9 days ago
I have a test amazon connect configuration where, amazon connect invokes a lexv2 bot and the lex bot returns a quick reply custom payload. The issue is connect logs show this error:
```
"ErrorDetails...
2
answers
0
votes
63
views
asked 11 days ago
Hi Community,
I'm looking for a way to automate the lifecycle of AWS IAM Access Keys and Secret Keys.
**Current state:**
* I've already implemented a POC using **IAM Roles Anywhere**. While it work...
1
answers
0
votes
121
views
asked 21 days ago
I created a lambda function and added a trigger [from uploading objects to an S3 bucket] to it. I then had to delete the lambda function so I could recreate it and try something else (since the first ...
Accepted AnswerAWS Lambda
1
answers
0
votes
58
views
asked 22 days ago
I'm seeing unexpected CloudFront caching behavior with an origin group used for on-demand image resizing. After a cold request that fails over from S3 (404) to a Lambda Function URL (200), CloudFront ...
2
answers
0
votes
58
views
asked 23 days ago
I'm trying to understand the underlying resource behavior when a Lambda function backed by a ~1GB container image scales to handle a burst of concurrent requests.
From what I understand, each concurre...
4
answers
0
votes
82
views
asked a month ago
Hello,
Is there a way to allow EC2 Image Builder (using it for AWS Workspaces) to connect to a network share in a domain environment using maybe something like a service account? Of course, I don't m...
1
answers
0
votes
53
views
asked a month ago
Hello AWS Support!
We received an AWS Health notification about SDK for Java 1.x usage in our account. After investigation via CloudTrail -> CLoudWatch Logs -> Insights, the source seem to be AWS's i...
1
answers
0
votes
88
views
asked a month ago
AWS Lambda added support for the python3.14 managed runtime in November 2025, but Amazon Inspector still does not scan Lambda functions using this runtime — for either standard scanning (package vulne...
1
answers
0
votes
117
views
asked a month ago
I have a Lambda function whose Function URL is configured with AuthType = AWS_IAM (us-east-1).
Behavior:
- SigV4-signing a request to the Function URL as an IAM USER (which has lambda:InvokeFunctionU...
1
answers
0
votes
73
views
asked a month ago
Here's my response code added to the lambda,
The response is coming in json in Lambda output: Status: Succeeded Test Event Name: sopselectorjira and here's the lamda code that developed for sop selec...
1
answers
0
votes
74
views
asked a month ago