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.

1323 results
Hello, I was excited to see an alternative to Vercel for hosting NextJS sites in [sst.dev's NextJS integration](https://sst.dev/docs/start/aws/nextjs), but I am stuck not being able to use Serverless...
1
answers
0
votes
15
views
asked 3 hours ago
I’m working on optimizing the performance of my AWS Lambda functions, and I’m noticing occasional delays due to cold starts, especially in functions with high memory configurations. Could anyone share...
2
answers
0
votes
29
views
asked 16 hours ago
Here is the code used for lambda function. S3 bucket has an event to trigger the following lambda function when a file is added. I want to sync the Knowledgebase with s3 bucket when a new file is adde...
1
answers
0
votes
28
views
asked 5 days ago
Good morning/afternoon/evening, I'm facing an issue trying to embed some visualizations as iFrames in my app. The iFrames are configured in a Dashboard which have an Opensearch Serverless Collection ...
2
answers
0
votes
33
views
asked 8 days ago
Where can I find documentation for CF where an API Gateway is integrated with a DynamoDB?
3
answers
0
votes
20
views
asked 8 days ago
Hello, I am planning to launch the ECS cluster (6 Tasks), using the following Capacity provider strategy over the Cluster level: Weight Configuration: Set FARGATE-SPOT with a weight of 1 (primary ch...
1
answers
0
votes
27
views
asked 12 days ago
"I’m creating a Lambda function with boto3, but I'm encountering an issue. Here’s the code that’s failing: ``` lambda_client.create_function( FunctionName=function_name, Runtime='pyth...
2
answers
1
votes
28
views
asked 12 days ago
When executing a query with nested resolvers from AppSync , it looks like the Data API is managing connections in a really inefficient way, since it reaches the max connections available instantly. I...
1
answers
0
votes
53
views
asked 13 days ago
Hi, I am trying to deploy a serverless endpoint for inference for a huggingface vision model. Most vision models that perform well are 7b parameters and up but require close to 16gb memory to run. Is...
4
answers
0
votes
51
views
asked 16 days ago
I want to build an application using Jamba 1.5 model family from AI21 LAB. It has an error when I tried to invoke it. In bedrock playground, it gave me this error "The system encountered an unexpected...
1
answers
0
votes
33
views
asked 19 days ago
Excited to see this: https://aws.amazon.com/about-aws/whats-new/2024/09/amazon-aurora-mysql-rds-data-api/, however.... I have enabled the Data API for my Aurora Serverless V2 cluster. When I try to u...
1
answers
0
votes
66
views
asked 21 days ago
How can I add predefined IAM roles for multiple Lambdas? I am encountering the following error: error: LimitExceeded: Cannot exceed quota for RolesPerAccount: 1000 at Request.extractError (/ro...
1
answers
0
votes
51
views
asked 22 days ago