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.

Hi, My product is multi-tenant and each tenant is having isolated AWS RDS PostgreSQL DB. I have over 2000 tenants i.e. 2000 RDS dbs and over a period it will grow continuously. My product is kindly...
0
answers
0
votes
7
views
asked 26 minutes ago
I built a RAG app using API Gateway, Lambda, and Bedrock and everything was running smoothly for a few weeks. The last time I tested it, on September 10, it worked perfectly. However, when I tried...
0
answers
0
votes
13
views
Ufuk
asked an hour ago
I am having some inconsistencies with my Glue crawler and Glue ETL job and I need some help to figure out the best setup. At the moment, I have an S3 bucket where I store CSV files and I partition the...
0
answers
0
votes
8
views
Vas
asked 2 hours ago
I am using aws java2x library to generate presigned URL, I am able to generate URL but its getting expired in around 1 days but I need to generate for 7 days. ![generating presigned URL using...
3
answers
0
votes
24
views
asked a day ago
I am configuring a [custom connector to a CloudWatch data source](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_MultiDataSources-Connect-Custom.html) but, per customer...
3
answers
0
votes
36
views
AWS
Takeda
asked a day ago
I am creating a python lambda with lambda layer for the opensearch module dependency. Locally, I pip installed opensearch-py into lambdalayerstuff/opensearchpyFolder Here's my CDK code: ``` const...
1
answers
0
votes
38
views
richar
asked 2 days ago
Hello, I’m building a backend with AWS SAM and using Lambda functions (Node.js runtime with TypeScript) to process HTTP requests and send responses. The project integrates Prisma ORM to interact with...
0
answers
0
votes
41
views
asked 4 days ago
I use this website to create a layer of aws wrangler > https://serverlessrepo.aws.amazon.com/applications/us-east-1/336392948345/aws-data-wrangler-layer-py3-8 but when I am adding it it shows it...
0
answers
0
votes
18
views
Mahar
asked 4 days ago
Account B's airflow EC2 was reading data from Account A's RDS from Account A's airflow EC2 using VPC Peering with Account A. There was no other changes on account B, simply upgraded the RDS instance...
1
answers
0
votes
43
views
teo
asked 4 days ago
I have a Lambda written in python3 that generates two URLs: one presigned post URL, and another presigned URL for getting the S3 HTML hosted in the same bucket from that post URL response. Here's the...
1
answers
0
votes
35
views
Yann
asked 4 days ago
Hi Team, I'm currently trying to test my Lambda function locally using the SAM CLI with the command `sam local invoke -e events/requests/event.json` or through the VSCode debugger by specifying the...
1
answers
0
votes
27
views
Jess
asked 5 days ago
When creating a lambda function with a runtime environment such as Node.js 20.x or with Python 3.12, I am unable to do so. I get an error message stating "Unknown Error." I have been facing this error...
3
answers
0
votes
39
views
asked 5 days ago