Join our book community on Discord
In this chapter, you will combine many concepts you learned 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 application using some or all of the components that you will review in this chapter.
For many of the services, you can plug and play and 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, including some of the services in your architecture is highly advisable. For example, suppose your application is going to have a front end. In that case, you will want to ensure that you have an authentication component so that every user is authenticated before using any other application services...