Hacker News new | ask | show | jobs
by brezelben 3363 days ago
Problem: AWS Lambda cannot be used for high-traffic low-latency APIs over HTTP right now, because of cold starts and high API Gateway costs.

Project: Keep AWS Lambda functions warm by calling them every so often, making sure enough containers are provisioned concurrently. Currently working on a prototype for an API Gateway replacement.

Prototype available on https://lambdacult.com/