AWS services
Selecting from the extensive range of available services can be a daunting task, and a thorough understanding of the requirements is crucial for making an informed decision. Some of the services have already been covered in previous chapters, so to avoid redundancy, we will only highlight the advantages specific to the current use case if they have not been previously mentioned and provide references to the relevant chapters where you can find detailed explanations.
Amazon CloudFront and Amazon Simple Storage Service (S3)
We have extensively covered Amazon S3 and Amazon CloudFront for hosting a single-page application frontend. These two AWS services played a crucial role in the previous projects mentioned, and if you want to review them, we recommend checking Chapters 2 and 3.
Amazon DynamoDB
Amazon DynamoDB was introduced in Chapter 3 as part of the first version of the recipe-sharing application. If you are not familiar with the service and its purpose,...