Serverless for Containers
Learn about the options you have to go serverless.
Serverless computing
Much fuss has been made about the name serverless computing, but putting that aside, there is a growing demand for ever-more-abstracted services.
Popularized by services like Amazon’s AWS Lambda, serverless computing has become synonymous with Functions as a Service (FaaS). You supply some code to be run when a particular event occurs, and the platform takes care of how and where it is run.
Serverless Computing
Although the code you supply is typically turned into containers behind the scenes, that is an implementation detail you do not need to care ...