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...
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...
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...
How to remove the unconfirmed users from cognito for every 24 hrs without using lambda triggers and amplify.
The CloudFormation stack Data-lake-foundation-DataLakeFoundationStack-IS67G4LRJQIU-ElasticsearchStack-YY9NNQARTKAR failed to create the resource [CopyLambdaDeployment] due to an error in the...
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?
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.
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...
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...
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...
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...
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...