-
Notifications
You must be signed in to change notification settings - Fork 1
AWS Lambda
HOA PHAN edited this page Jul 1, 2023
·
8 revisions
https://aws.amazon.com/blogs/database/schedule-amazon-rds-stop-and-start-using-aws-lambda/
https://www.rapyder.com/blogs/scale-your-kafka-eks-consumers-with-amazon-lambda-functions/
https://aws.amazon.com/blogs/compute/operating-lambda-performance-optimization-part-1/
app.post('/xxx', function (req, res) {
req.setTimeout( context.getRemainingTimeInMills() - 500 );
});
https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-stages.html