Coding the solution
Now is the time to put all the concepts into action by coding the solution described so far, reviewing and improving the services you already used in previous chapters, and getting familiar with the new services introduced in this architecture.
Cloning the project
As you have been doing in the previous chapter, the first step is to copy the project locally from the Git repository associated with this book. If you were following along with the previous chapter, you should have already a copy of the Git repository on your local machine. If this is not the case, you can either clone it directly from the Git repository associated with this book or download it as a ZIP file.
Navigate to the chapter4/code
folder. Inside, you will find two subfolders, as shown in Figure 4.5:
frontend
: Contains the code for your frontend.platform
: Contains a CloudFormation template to deploy the main infrastructure for your application.