August 2018
Intermediate to advanced
372 pages
9h 29m
English
There are several frameworks working to create environments that develop serverless architectures without being attached to the cloud provider. In my experience, it is preferable to create functions as services that exploit the cloud platform as much as possible. As a function is a small piece of code with a clear input or output, it is better to use the language and technology that you feel comfortable with, or even to try new technologies or programming languages, in order to determine how good they are.
At this stage, serverless supports several languages for building functions. Currently, the most common options to deploy FaaS are as follows:
One benefit for Java developers ...
Read now
Unlock full access