By using AWS re:Post, you agree to the AWS re:Post Terms of Use

All Content 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
1354 results
Where can I find documentation for CF where an API Gateway is integrated with a DynamoDB?
3
answers
0
votes
71
views
asked a month 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...
2
answers
0
votes
116
views
asked a month 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
47
views
asked a month 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
82
views
asked a month 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
81
views
asked a month 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
44
views
asked a month 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
161
views
asked 2 months 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
96
views
asked 2 months ago
Hi! I need to retrieve from my app user feedback from diferent parts of my application, my idea is to get that feedback, sending to an SQS queue and then execute a lambda to store that feedback insid...
2
answers
0
votes
56
views
asked 2 months ago
Hello, Please see below an event among an HTTP API Gateway and a custom java Lambda Authorizer. The request is sent to authorizer, but when cache is disabled, all fields are empty (version is 0) fo...
1
answers
0
votes
69
views
asked 2 months ago
We are migrating a lambda to the new APPSYNC_JS runtime. The js code looks like: ``` import { util } from '@aws-appsync/utils'; const validation = { "field1": isValidUUID, "field2": isValidEn...
1
answers
0
votes
77
views
asked 2 months ago
Hi! I have a microservice running inside fargate, this is built in my first stack, and then Im passing to my second stack the alb dns name because my lambda function needs to call an endpoint that is...
1
answers
0
votes
74
views
asked 2 months ago