Hands-On Serverless Computing
上QQ阅读APP看书,第一时间看更新

Infrastructure control

As I mentioned previously, with a serverless architecture you will not have access to control the underlying infrastructure as that is controlled by the cloud provider. However, developers are still able to choose which runtime that they want to run their function on, such as Node.js, Java, Python, C#, and Go. They still have control over the choice of  the memory requirements for their function and the timeout duration for their function execution.