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