Project Tasks – Deploying AWS CloudFront Services and Updating Website Application Code to Integrate with Backend Services
In the next set of project tasks, you will complete the Todo List application deployment, incorporating a CloudFront distribution to enable seamless and fast access to the application. You will update the frontend website, which now incorporates integration with Amazon Cognito, which you set up in Chapter 2, Securing Access with AWS Identity and Access Management.
The following diagram depicts the architectural diagram of the Todo List application as a complete solution. In addition to modifying the application code files, you will also be configuring the AWS CloudFront distribution.
Figure 9.11: Todo List application architecture – incorporating a CloudFront distribution
The following specific tasks will be performed in the upcoming project exercises:
- Frontend website and application code updates: You will...