Hacker News new | ask | show | jobs
by illumin8 3114 days ago
What exactly are your issues with cold start? This typically only affects functions that are called a few times a day, and can be solved for those functions by running a CloudWatch event that triggers your function every few minutes or so. You get 1 million free invocations a month, so this typically doesn't increase your bill.

Disclaimer: I work for AWS