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.
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...
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...
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,...
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....