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.

4123 results
I have created a lambda function nodejs that reads from sqs queue, then calls my ses service to send an email. 1. The lambda is deployed within my VPC. 2. I created a VPC Endpoint with security...
1
answers
0
votes
34
views
asked 21 days ago
I am trying to create a private link so that my Lambda function (in Account A) can call (initiate) to the EC2 instance in an another AWS account (Account B) and that EC2 instance is in the Private...
1
answers
0
votes
46
views
SP
asked 22 days ago
I've created a Python script and requirements.txt in a Docker container. I've copied the requirements and installed them inside the docker image, then pushed the image to ECR and set up a Lambda using...
3
answers
0
votes
55
views
Nick
asked 22 days ago
Hi all, I'm having trouble with a Contact Form, I can't get it to work properly. \ This is my setup: Route53, Cloudfront(with certificate attached), S3(for the static content), API Gateway, Lambda,...
2
answers
0
votes
56
views
asked 22 days ago
I have requested an account-level timeout limit for API Gateway to extend to 2 minutes and have enforced the 2-minute timeout limit on it. I have also ensured that the Lambda Function does not time...
2
answers
0
votes
32
views
Ben
asked 23 days ago
In Bedrock, why is it preferable to use an **agent** ***VS*** use a **knowledge base with a Lambda function**? I want a detailed analysis of which option is better and why.
2
answers
0
votes
72
views
asked 23 days ago
Hi everyone, I am having a few challenges mainly regarding aws request issues not working the same when deployed or using custom domain issues. Local frontend to local server works perfectly by the...
0
answers
0
votes
39
views
asked 23 days ago
Hi, I am using lambda to create signed URL using const signedUrl = await getSignedUrl(s3Client, command, { expiresIn: 3600 });. with, const paramsSignedUrl = { Bucket: bucketName, ...
1
answers
0
votes
37
views
asked 24 days ago
Hello to everyone, i am in need to be able to chain two Lambda functions: the first one (parent function) is attached to a vpc and it needs to call a second function (child function) that is not...
Accepted AnswerAmazon VPCAWS Lambda
2
answers
0
votes
58
views
Stefano
asked 24 days ago
I'm referencing this blogpost below, and working on something similar...
1
answers
0
votes
48
views
Mont23
asked 24 days ago
I posted this question on Stack Overflow (https://stackoverflow.com/questions/79007070/adding-an-sns-destination-to-a-lambda-using-sam) but I thought I would try here as well. I am working on a lambda...
1
answers
0
votes
51
views
ptb014
asked 25 days ago
In my bill I have these three lines for the lambda service 👉 **AWS Lambda EU-Lambda-GB-Second** (USD 5.44) I understand that is for standard lambda execution costs (not provisioned) 👉 **Lambda...
Accepted AnswerAWS LambdaAWS Billing
1
answers
0
votes
46
views
julien
asked 25 days ago