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.
4836 results
Hi AWS Community and Support Team,
I submitted an Account Support case 24 hours ago regarding a Lambda memory quota restriction on a new testing account (Case ID: [[***************]]). Currently, the...
3
answers
-2
votes
117
views
asked 7 days ago
Hello Everyone,
We are working on an Amazon Connect solution that integrates with AWS Lambda to automate backend operations initiated by callers.
Our current architecture is as follows:
**Amazon Co...
3
answers
0
votes
88
views
asked 22 days ago
I have a Lambda function and an EC2 instance in the same VPC subnet. Both use the same security group (which allows all internal traffic). An EC2 instance in the same subnet can connect to the target ...
1
answers
0
votes
101
views
asked 22 days ago
We recently encountered a very rare SignatureExpired exception when calling DynamoDB from an AWS Lambda function.
The error was similar to:
```
Signature expired:
<request timestamp> is not earlier t...
1
answers
0
votes
56
views
asked 22 days ago
Hi,
I'm trying to configure an Amazon DocumentDB cluster as an event source for a Lambda function (a change-stream trigger), but CreateEventSourceMapping fails on engine version 8.0.1.
Error:
operati...
2
answers
2
votes
86
views
asked 25 days ago
Hello,
We create this case because from this day we have an error with our Lambda and our DynamoDB table in several accounts. Yesterday it worked and now we have an error when our Lambda need to inte...
3
answers
0
votes
88
views
asked a month ago
Hello,
We create this case because from this day we have an error with our Lambda and our DynamoDB table in several accounts. Yesterday it worked and now we have an error when our Lambda need to inte...
2
answers
0
votes
58
views
asked a month ago
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
41
views
asked a month 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
80
views
asked a month 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
87
views
asked a month 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
153
views
asked 2 months 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
67
views
asked 2 months ago