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.
4820 results
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
52
views
asked 6 days 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
55
views
asked 7 days 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
52
views
asked 9 days ago
Hi
A web socket API Gateway is configured. Connect, Authorize and SendMessage lambda functions are deployed in private subnet.
Successfully connected and be able to send message to sendmessage lambda...
3
answers
0
votes
127
views
asked 13 days ago
I removed VPC configuration from Lambda function "legallm-export-pdf-worker-prod" in us-east-1, but 2 Lambda-managed ENIs remain and block CloudFormation cleanup.
Account: 142530420275
Region: us-eas...
1
answers
0
votes
33
views
asked 18 days ago
I have developed an architecture using Amazon Connect, Amazon Lex V2, and AWS Lambda.
Architecture flow:
Amazon Connect → Amazon Lex V2 → AWS Lambda
In this implementation:
Amazon Connect handles t...
1
answers
0
votes
37
views
asked 18 days ago
Our application has been completely down for over 13 hours. We have already initiated chat support twice (Case ID: [Introduceți ID-ul tichetului de chat, dacă există]), but we have only been told to w...
1
answers
0
votes
74
views
asked 19 days ago
My CloudFormation stack has been stuck in `CREATE_IN_PROGRESS` for over 44 minutes now on a custom resource. The stack events show:
```
AWS::CloudFormation::CustomResource | MyCustomResource | CREATE...
1
answers
1
votes
51
views
asked 23 days ago
I have a CloudFormation custom resource that needs to generate X.509 certificates (for ACM PCA or Client VPN). I'm using inline Python code (`ZipFile` in the template) because I want the stack to be s...
2
answers
2
votes
122
views
I am building a scheduled SMS processing system using AWS Lambda + Amazon Pinpoint SMS Voice V2 in C# (.NET 6/8).
**Flow:**
EventBridge Scheduler
-> SchedulerProcess Lambda
-> invokes Ta...
Our supervisor agent consistently fails with failureCode 400 and
failureReason "Failed to parse LLM raw response" when it retrieves
results from a Knowledge Base and then needs to ask the user a
clari...
2
answers
0
votes
34
views
asked 25 days ago
We are a Platform Engineering team managing a large-scale AWS Lambda estate. AWS has reached End-of-Life for Python 3.8/3.9 runtimes, requiring us to migrate to Python 3.12. The scope is significant:
...
1
answers
0
votes
56
views
asked 25 days ago