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.
4125 results
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...
Hi ,
We are encountering an issue where requests from an external service (GBG) are successfully reaching our Lambda function when bypassing API Gateway, but fail when routed through API Gateway. The...
Dear AWS Community Member,
I hope this message finds you well.
I am writing to bring to your attention an issue we are currently facing regarding the latency in API calls made from the South Africa...
I'm setting up a Cost Intelligence Dashboard, and as part, I was deploying the `cur-aggregation` stack in the management account. I noticed that the **API_ENDPOINT...
Firstly. i created an IAM user with permission `AmazonS3FullAccess`, then created a key with use case Local Code. After that, i copied all access key and secret key to my net core api
```cs
//...
I believe this error is related to the opensearch domain endpoint URL being too long. Here is the full error including the domain endpoint.
"errorMessage": "ConnectionError(Failed to parse:...
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 kind...
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...
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...
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...
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...