Questions tagged with Serverless

Content language: English

Sort by most recent

Browse through the questions and answers listed below or filter and sort to narrow down your results.

I wanted to use the RDS proxy for lambda to connect to my postgres RDS 15.2 version (not Aurora). But the DB is not listing down in the Lambda RDS proxy creation page. The RDS and Lambda both are in...
0
answers
0
votes
23
views
asked an hour ago
I have Lambda API setup with ALB and it is working fine. Now I want to add s3 event as another trigger so whenever a new object is created in the S3 bucket will call one of the method in LambdaAPI....
Accepted AnswerServerlessAWS Lambda
2
answers
0
votes
48
views
Pandi
asked 18 hours ago
API gateway websocket limit, 500 new connection per second, seems pretty low. But when I think about TLS termination, 500 is pretty reasonable limit. Does this apply to reconnection? If I have 1M...
1
answers
0
votes
35
views
asked 4 days ago
I was following a tutorial, where at the start, we setup a local dynamodb in a pretty standard way. That worked fine, but when it came time to use the local DDB, i noticed that it was reachable but...
1
answers
0
votes
74
views
Nick
asked 5 days ago
Lambda function code to write an item to DynamoDB Table named ‘weather’ // es6 syntax for including modules import * as fs from 'fs'; // es6 syntax for including modules import...
3
answers
0
votes
30
views
profile picture
asked 7 days ago
Hi, I created a function to edit videos in lambda function using ffmpeg. I edit the video using child process to gain kernel access in javascript, and editing a video usually takes around 3-4 minutes...
3
answers
0
votes
36
views
Kushal
asked 7 days ago
![![Enter image description here](/media/postImages/original/IMgDfRxlAdSXWfzO-UCm948A) Enter image description here](/media/postImages/original/IMXg_gIyF6SyqYcKPNj-GNwg) Hi, I get this error every...
1
answers
0
votes
35
views
asked 8 days ago
I have to integrate the sdk from api gateway for one of my api. I have to dynamically set the invoke url for the api sdk but the sdk I have downloaded from the console doesn't lets me to set the...
0
answers
0
votes
23
views
asked 8 days ago
Hi, we have a lambda with SQS as a trigger. we have been seeing spikes (more frequently in the past few weeks) in Oldest message age in SQS so when looked into it we found that SQS messages are...
2
answers
0
votes
40
views
AWS
asked 9 days ago
I have a lambda function that writes to dynamodb and inside the lambda, I fetch current time and pass it as well with data as the write time. I have noticed that in the DB, the datetime for the write...
Accepted AnswerServerlessAWS Lambda
2
answers
0
votes
22
views
asked 10 days ago
Please can you tell me when the data api is coming to Aurora V2 and V3? Also, why is this not supported yet? There are lots of people stuck on Aurora V1 because this feature is not...
1
answers
1
votes
21
views
asked 10 days ago
We've are using Aurora Serverless V1, using PostgreSQL 11, and are running into some issues that *might* be caused by eventually consistent reads, but I'm having a hard time finding documentation for...
1
answers
0
votes
17
views
asked 12 days ago