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
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...
1
answers
0
votes
41
views
Lucas
asked 19 days ago
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,...
2
answers
0
votes
32
views
asked 19 days ago
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....
1
answers
0
votes
51
views
Vadym
asked 19 days ago
AWS is rolling out a new feature that blocks public access to Lambda functions by default (https://docs.aws.amazon.com/lambda/latest/dg/permissions-public-access.html) and it just rolled out in...
1
answers
0
votes
31
views
asked 19 days ago
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
28
views
asked 20 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
37
views
SP
asked 20 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
50
views
Nick
asked 20 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
48
views
asked 20 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
29
views
Ben
asked 21 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
66
views
asked 21 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
38
views
asked 21 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
32
views
asked 22 days ago