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.

4115 results
Hello, I'm having a hard time time mounting the EFS from Account A on the Account B lambda through VPC Peering. The VPC's are both under the same region, us-west-2. I have account A with an EFS...
3
answers
0
votes
43
views
asked 14 days ago
Facing issue with AWS lambda, I really don't know what causes this issue whether it was IAM related issue / policy related issue. can anyone help me with this. ![Enter image description...
1
answers
0
votes
41
views
asked 14 days ago
I have followed every tutorial and instruction. I have added a CNAME to my cloudfront distrobution and I have added the appropriate access in my S3 bucket, however I am still getting an access denied...
1
answers
0
votes
33
views
James
asked 17 days ago
How to remove the unconfirmed users from cognito for every 24 hrs without using lambda triggers and amplify.
3
answers
0
votes
49
views
Anandh
asked 17 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
28
views
Nikhil
asked 17 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
60
views
JaredE
asked 17 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
29
views
MegaSam
asked 17 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
46
views
Rob
asked 18 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
38
views
asked 18 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
36
views
asked 18 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
23
views
Wes
asked 19 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
38
views
Mahmoud
asked 19 days ago