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...
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...
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...
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,...
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...
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.
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...
Hi, I am using lambda to create signed URL using const signedUrl = await getSignedUrl(s3Client, command, { expiresIn: 3600 });. with, const paramsSignedUrl = {
Bucket: bucketName,
...
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...
I'm referencing this blogpost below, and working on something similar...
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...
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...