Hacker News new | ask | show | jobs
by ayazhan 2291 days ago
Thank you for recommending these! Our problems is not related to Lambda functions though, they can run for minutes. It is the API Gateway that shuts the connection after 30 seconds. We might just need to build our own web server.
1 comments

Also worth looking into using ALB instead of API Gateway, and have ALB call Lambda (I think this is possible).