Hacker News new | ask | show | jobs
by thayne 2005 days ago
I'm pretty sure GitHub actions do use a whole (though probably lightweight) VM. And I think AWS lamdas do as well, or at least used to.
1 comments

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.
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...