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
Hi, I'm looking for guidance on how to efficiently transfer a file from an Amazon S3 bucket to a remote SFTP server (hosted outside of AWS), triggered by the addition of a new file in S3 Bucket in a...
2
answers
0
votes
43
views
Leon
asked 6 days ago
Hello, I have created a Lambda which is responsible for receiving certificate files from a frontend and uploading them to Transfer Family. In order to obtain the certificate chain, we begin by making...
1
answers
0
votes
40
views
behal
asked 6 days ago
Hi All, We have a Lambda that is triggered by the DynamoDB Stream attached to a DynamoDB. The Lambda currently ends up publishing the events to SNS present in AWS Account A. We want to start...
1
answers
0
votes
42
views
shasnk
asked 6 days ago
I am currently trying to execute Haskell code as an AWS Lambda function to test how well it runs. I am not totally familiar with docker and less familiar with AWS. I have been trying to follow a few...
1
answers
0
votes
33
views
asked 7 days ago
In the [Managing your Amazon SES sending limits](https://docs.aws.amazon.com/ses/latest/dg/manage-sending-quotas.html) article, it says: > Sending rate—The maximum number of emails that Amazon SES...
2
answers
0
votes
32
views
asked 7 days ago
I'm trying to pass pipeline-level parameters into codepipeline from a python lambda, but it looks like Boto3 is not recognizing the 'variables' named parameter. I'd appreciate some help if anyone has...
1
answers
0
votes
21
views
Chad
asked 7 days ago
Hi, I have a desperate desire to allow users within my Identity Store to initiate their own password reset flows (instead of me logging into the console as admin and clicking "reset password"). I've...
2
answers
0
votes
50
views
EthanP
asked 8 days ago
Has anyone encountered this issue when deploying lambda with cloudformation templates? Lambda will automatically create index.js , not index.mjs Here is my cloudformation...
2
answers
0
votes
31
views
Clance
asked 8 days ago
I have a lambda function which is supposed to write files on s3 to a folder in a bucket I set this IAM role to the lambda function: ``` { "Version": "2012-10-17", "Statement": [ { "Sid":...
2
answers
0
votes
39
views
asked 9 days ago
I am running a python code in lambda that is writing an array into a csv and then uploading it to S3. The array objects are in different datatypes. When I test the python locally, the csv is produced...
Accepted AnswerAWS Lambda
2
answers
0
votes
44
views
kash80
asked 9 days ago
Hello- Please advise on the following: Regarding the S3 bucket shared across accounts. Purpose: ``` I want to trigger a Lambda function when an S3 file is PUT. ``` Issues: ``` AWS CLI (Command...
2
answers
0
votes
31
views
Handler
asked 9 days ago
Is it better to remediate non-complaint resources found by AWS Config via Lambda or System Manager Automation Documents?
1
answers
0
votes
26
views
AWS
asked 10 days ago