Questions tagged with Serverless
Content language: English
Sort by most recent
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...
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....
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...
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...
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...
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...

Enter image description here](/media/postImages/original/IMXg_gIyF6SyqYcKPNj-GNwg)
Hi, I get this error every...
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...
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...
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...
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...
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...