Hacker News new | ask | show | jobs
by freemium413 1896 days ago
AWS Lambdas can run up to 15 minutes actually
1 comments

Lambda functions running @Edge have different limits compared to vanilla AWS Lambda. You get 30 seconds to respond if it's on a cache miss (Origin Request/Response), or 5 seconds if it's on a cache hit (Viewer Request/Response): https://docs.aws.amazon.com/AmazonCloudFront/latest/Develope...