Questions tagged with Serverless
Build and run applications without thinking about servers
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.
1313 results
If I have a cluster in 3 AZ, does the hourly cost be multipled by 3 ?
We have a bunch of clusters
- 4 instances of Serverless v2 (0.5 - 6 ACUs)
- 3 instance of Serverless v2 (0.5 - 4 ACUs)
- 1 instance of Serverless v2 (0.5 - 4 ACUs)
- 2 instances of Serverless v2 (0.5...
Is it possible to invoke a specific lambda instance?
I have a use case where a lambda, upon invocation, gathers a large amount of data from S3 based on a DATE parameter on the lambda invocation...
I have written a lambda function in python. The lambda function calls an AWS OpenSearch cluster using the OpenSearch endpoint and using python request library and awsauth library.
I have the...
In AWS DMS, I have a Serverless replication, but I want to modify it now justs to add an extra table. No matter what I change, I get this error: Task Settings CloudWatchLogGroup or CloudWatchLogStream...
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...
Hello, I'm looking for the most cost effective option for inference on a llama 3.1 8b instruct fine tuned model through an API endpoint. Considering that:
- Sagemaker serverless would be perfect, but...
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...
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...
We are just looking for clarification regarding how long Aurora Serverless V1 will be supported for?
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...