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
Filter content
Select tags to filter
Sort by
Sort by most recent
4858 results
I have a lambda with Apache kafka ESM and I will get a json data from the Kafka. I need to filter criteria for this json look like {"third-party":"yes","foo":"bar"}
When the incoming json has third-pa...
0
answers
0
votes
8
views
asked 7 hours ago
Hello AWS Support Team,
I need clarification regarding Amazon SES inbound email processing in the ap-south-1 (Mumbai) region.
Based on AWS documentation, SES inbound email receiving and S3 delivery ...
1
answers
0
votes
18
views
asked 16 hours ago
My Lambda function is configured to run inside a VPC and is attached to private subnets with the appropriate security groups. However, no dedicated Elastic Network Interfaces (ENIs) are being created ...
2
answers
0
votes
28
views
asked a day ago
Greetings Kind Reader,
I'm trying to control access to a lambda function url via a cognito identity pool backed by a cognito user pool. The lambda function creates a report summarizing a dynamoDB data...
1
answers
0
votes
34
views
asked a day ago
We have a a lambda service which has start to give us an error message
```
{
"Message": "An error occurred and the request could not be processed." ,
"Type": "Service"
}
```
This happens when we h...
2
answers
0
votes
17
views
asked a day ago
I have multiple Step Functions connected through SQS and each started via Preprocessing Lambda Functions. They are nearly identical, yet only one of them seems to fail when I try to process too many t...
3
answers
0
votes
36
views
asked 2 days ago
Hi,
I'm triyng to build my Python Lambda function and I'm getting the following error:
```
Starting Build use cache
Manifest file is changed (new hash: 967db893d1675e23520f60870b0b85cb) or dependen...
2
answers
0
votes
47
views
asked 2 days ago
I am trying to write a simple DOUBLE value from an AWS Lambda function (triggered by IoT Core) into a property of an IoT TwinMaker entity.
However, every attempt to call BatchPutPropertyValues fails ...
1
answers
0
votes
26
views
asked 4 days ago
I ran into a tricky Lambda behaviour today that I can’t quite square with my mental model of the Node.js runtime.
I had a user request get delayed because a call to flush telemetry to LangSmith was h...
1
answers
0
votes
25
views
asked 4 days ago
I have an AWS account that's been in use for months with many use cases for Lambda. I have a limit on the amount of memory we can use in a function of 3008, which appears to be the default for new acc...
4
answers
0
votes
57
views
asked 4 days ago
I have an existing SF and a Lambda, but I now need to call the SF from the Lambda, and the configuration is failing. Is there any documentation on how to do this? I know how to integrate lambdas in SF...
2
answers
0
votes
21
views
asked 4 days ago
I have a Lambda function running in private subnets within a VPC that needs to connect to an on-premises MySQL database over a VPN Site-to-Site connection. The on-premises firewall only allows connect...
1
answers
0
votes
18
views
asked 5 days ago