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.

1310 results
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...
1
answers
0
votes
21
views
Wes
asked 14 days ago
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...
1
answers
0
votes
25
views
JT
asked 14 days ago
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
40
views
Lucas
asked 14 days ago
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...
3
answers
0
votes
40
views
BerDore
asked 15 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
45
views
asked 16 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
26
views
Ben
asked 16 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 17 days ago
We are just looking for clarification regarding how long Aurora Serverless V1 will be supported for?
1
answers
0
votes
50
views
Nick
asked 18 days ago
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...
2
answers
0
votes
22
views
asked 18 days ago
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 //...
2
answers
0
votes
54
views
aka
asked 20 days ago
Hello everyone, I'm trying to create an API Gateway with authentication based on a Cognito user pool. To grant or restrict access to the API endpoints, I'm using AWS Verified Permissions with the...
0
answers
0
votes
25
views
asked 25 days ago
I have an ECS service running on Fargate that registers messages in an SQS queue. An EventBridge rule triggers an ECS task whenever a message is added to the queue. The service must handle request...
1
answers
0
votes
54
views
asked a month ago