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

Select up to 5 tags to filter
Sort by most recent

Browse through the questions and answers listed below or filter and sort to narrow down your results.

4124 results
How to remove the unconfirmed users from cognito for every 24 hrs without using lambda triggers and amplify.
3
answers
0
votes
56
views
Anandh
asked 19 days ago
The CloudFormation stack Data-lake-foundation-DataLakeFoundationStack-IS67G4LRJQIU-ElasticsearchStack-YY9NNQARTKAR failed to create the resource [CopyLambdaDeployment] due to an error in the...
1
answers
0
votes
39
views
Nikhil
asked 19 days ago
We want to be able to automatically send an email telling the user their MFA has been reset. Is there a way to hook into this to allow us to trigger an email when MFA is reset?
2
answers
0
votes
67
views
JaredE
asked 19 days ago
Is there any documentation (with an example) on how to call an SQS Q from a LF to post msgs? From the command line and with SDK please.
2
answers
0
votes
41
views
MegaSam
asked 19 days ago
Is it possible to invoke a specific lambda instance? I have a use case where a lambda, upon invocation, gathers a large amount of data from S3 based on a DATE parameter on the lambda invocation...
2
answers
0
votes
57
views
Rob
asked 20 days ago
Trying to run terraform cdktf in a lambda and getting this error: ``` Error: forkpty(3) failed. ``` It works fine when tested locally with the Runtime Interface Emaulator, but failed when depoyed to...
3
answers
0
votes
50
views
asked 20 days ago
For a scalable application consist of many API function and middleware, Could you please help me in deciding between creating multiple URLs for individual AWS Lambda functions or using a single URL...
1
answers
0
votes
42
views
asked 20 days ago
I have written a lambda function in python. The lambda function calls an AWS OpenSearch cluster using the OpenSearch endpoint and using python request library and awsauth library. I have the...
1
answers
0
votes
37
views
Wes
asked 21 days ago
I am using aws-cdk-lib as a dev dependency in my serverless aws project using Lambda Functions and aws cdk for resources provisioning in typescript and this package is listed under the dev...
0
answers
0
votes
49
views
Mahmoud
asked 21 days ago
I have a DynamoDB table with ~12 billion rows (all less than 1KB) that have been collected over many years, all populated with a TTL column that set it 1 year from creation date. I'm looking to enable...
1
answers
0
votes
51
views
Lucas
asked 21 days ago
I have an ec2 AMI with an encrypted EBS snapshot. I have the below policy. If I use lambda boto3 to start instance then it can start instance. But If I use SSM automation runbook like updateLinuxAMI,...
2
answers
0
votes
43
views
asked 21 days ago
Hello, I have data in the AWS S3 bucket in the format year/month/day/hour/file1.json, file2.json..... file6.json. In the JSON file, the data are not separated by coma or new line....
1
answers
0
votes
56
views
Vadym
asked 22 days ago