Project Task – Create an Amazon S3 Static Website for the Todo List Application
Continuing with our solution for TodoPlus Limited, you will configure an Amazon S3 bucket to host the frontend UI for the Todo List application. The following diagram showcases the specific technology area you will work on in the solution architecture.
Figure 3.7 – A diagram showcasing the Amazon S3 portion of the architecture
To complete this project task, download the application code files from our GitHub repository: https://packt.link/8J31G.
Once downloaded, you will need to unzip the file such that the contents of the folder appear as per the following screenshot:
Figure 3.8 – Download the source code for the static website frontend
Project Task 3.1 – Create an Amazon S3 Bucket
The following steps will create an Amazon S3 bucket that will be used to host the frontend static website for the Todo List application. The...