Chapter 14: Hands-On Lab and Use Case
In this chapter, we will put together many of the concepts that we learned about in previous chapters to build a practical, generic web UI serverless architecture. After reading this chapter, you should be able to use the concepts to build your own application using some or all of the components that we will review in this chapter.
For many of the services, you will be able to pick and choose the services that will be used in the applications you develop. For example, your application may be more user-centric and may not require any asynchronous services. In this case, you can pull the asynchronous component out of your architecture. However, for some of the services, it is highly advisable that you make sure you include them in your architecture. For example, if your application is going to have a frontend, you will want to ensure that you have an authentication component so that every user is authenticated before using any of the other services...