July 2019
Intermediate to advanced
434 pages
8h 4m
English
This chapter will focus on serverless architectures and using them with the Go language. Serverless architectures are one where the developer does not manage the backend server. This includes services such as Amazon Lambda, Google App Engine and Firebase. These services allow you to quickly deploy applications and store data on the web.
All of the recipes in this chapter deal with third-party services that bill for use; ensure that you clean up when you're done using them. Otherwise, think of these recipes as kick-starters for spinning up larger applications on these platforms.
In this chapter, we will cover the following recipes:
Read now
Unlock full access