The past few chapters have concentrated on the options for making data available to applications in the cloud, using either object storage in Amazon S3 or in one of the varieties of traditional relational databases and other purpose-built databases. It’s now time for the “rubber to meet the road,” so to speak, and look at hosting the code for our applications in the cloud.
We first looked at running code in the cloud in Chapter 6 when we examined serverless options with ...