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
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":...
1
answers
0
votes
13
views
Alfredo
asked 2 days 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
32
views
cao95
asked 3 days ago
I have an AppSync configured with Lambda authorization and using cache. The key that the cache checks is the API ID and the token. So in my AppSync, I have several operations, and within the token...
2
answers
0
votes
26
views
Daniel
asked 5 days ago
Hello, I'm using NeptuneGraph capability from langchain to connect to our Neptune cluster, seeing the following issue only with out Prod Cluster: {'message': 'Could not get schema for Neptune...
2
answers
0
votes
35
views
asked 6 days ago
I would like to run my code using my triggering logic, irrespective of end user request (or response). Any way to do it?
2
answers
0
votes
29
views
YA
asked 6 days ago
Both **SNS** and **SQS** support batching on the input side, but I have not found any evidence that SNS can send messages to subscribed SQS queues in batches. I have one standard SQS queue subscribed...
2
answers
1
votes
64
views
asked 8 days ago
We are trying to deploy a .NET 8 Lambda with AOT support. The Lambda was developed as AWS Serverless Application (AWS .NET Core Web API) . The dotnet command is dotnet publish ******.csproj -c...
0
answers
0
votes
19
views
asked 12 days ago
After deploying the aws power tuning in my account and trying to execute it,The Initializer step fail with the following error ` "cause": { "errorType": "AccessDeniedException", ...
2
answers
0
votes
100
views
Mahmoud
asked 12 days ago
Hi All, My customer has been making use of API Gateway's Websocket integration, performing two way communication with a lambda function. They've previously been using JSON but would like to send...
1
answers
0
votes
50
views
asked 12 days ago
I am doing a deployment in ECS Fargate Service, I see the tasks are getting started successfully but then they are repeatedly getting stopped with "AWSSecurityTokenServiceException" for the task role....
2
answers
0
votes
33
views
asked 14 days ago
Hi! In my AWS environment I have several RDS instances that are created and connected to my dev environment on the cloud and secure via VPC. For local development until now I runned a docker...
1
answers
0
votes
71
views
cao95
asked 17 days ago
We have a 'regional cluster' Aurora Mysql witth 4 instances, serverless v2 (0.5 to 6 ACUs) To cut down costs we need to reduce multi-AZ from 3 zone to 2 How ?!
1
answers
0
votes
43
views
asked 17 days ago