Hacker News new | ask | show | jobs
by jjeaff 2004 days ago
Well, if lambdas are using VMs and have sub-second launch times, I don't think using a lot of github actions would cause much overhead.
1 comments

This is a common misconception about Lambda and Functions. They don't always give you a fresh container/VM, but Actions does.

https://aws.amazon.com/blogs/compute/container-reuse-in-lamb...

https://docs.microsoft.com/en-us/azure/azure-functions/funct...