|
|
|
|
|
by nexuist
2390 days ago
|
|
I am a huge fan of serverless, and AWS as well. I also find it deeply ironic that their solution to cold starts is to keep the function running 24/7... Could I include openssh and Apache in my Lambda instance? Maybe run a Minecraft server? :P |
|
As others have said, the previous workaround was a cron event that would invoke a function every few minutes to keep it warm. This is a lot better than that.
They're still working to get cold starts as fast as possible, but this helps a lot in the meantime.