Comment on Upptime – GitHub-powered open-source uptime monitor and status pageparentComments−jjeaff5yWell, 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.−Bognar5yThis 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...
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...