AWS services
Choosing from the vast number of services available can be challenging, and a good understanding of the requirements is key for the decision. Part of the services were covered in previous chapters, so to avoid duplication, we’ll only mention the advantages for the current use case if not referenced before, and point to the relevant chapter for a detailed explanation.
Amazon Simple Storage Service (S3)
Amazon S3 is an example of a serverless technology that you should already be familiar with, as it was explained in detail in the previous two chapters. If you want to review it, we recommend checking the details in Chapters 2 and 3.
Amazon CloudFront
Just like Amazon S3, CloudFront has been extensively used in the previous project of this book, and it was covered in the previous AWS Services sections in both Chapters 2 and 3. To review it, we recommend checking the details in the previous chapters.
Amazon DynamoDB
Data requirements have been the...