You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The book images are still out there, but they are no long behind that CloudFront distribution. Likely that we need to refactor the code to to download the book images as an asset and include them in the assets bucket that gets deployed in the user's account as part of the stack deployment. Instead of having them in a shared location behind a CF distribution. But if you want to see the images, they are at:
This has been addressed. The books images are now behind a new CloudFront distribution and the books.json has been updated to reference the new distribution. Leaving this Issue open as we would like to change the stack behavior to host the images within the same account as the deployed stack. Today, all deployed stacks will use images hosted in a centralized account. We will need to create a new process for generating the books.json file dynamically and update the image URLs at the time the stack is deployed.
triggan
changed the title
Broken URL in books.json
Move books.json and seed datasets into user's asset bucket/CDN
Nov 23, 2022
Describe the bug
The DDB table is populated using https://aws-bookstore-demo.s3.amazonaws.com/data/books.json
URLs in this file are based on the d2z6cj5wcte8g7.cloudfront.net distribution which seems not to exist anymore.
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: