Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"detailedMessage": "Unable to perform s3 list operation. Provided region = us-east-1 , and provided source = s3://bookstore-neptune/data/" #58

Open
vuhondat opened this issue Mar 24, 2024 · 6 comments

Comments

@vuhondat
Copy link

Failed at the step to create function: MyBookstore-bookstoreNeptuneLoaderLambda-xxxxx
"detailedMessage": "Unable to perform s3 list operation. Provided region = us-east-1 , and provided source = s3://bookstore-neptune/data/"

Seem that the bucket permissions problem.
Please help me to check and advice.

Thanks,
Vu Pham

@venturir76
Copy link

same problem here
I even try to get access using --no-sign-request but it gives me access denied
aws s3 ls s3://bookstore-neptune-eu-central-1/data/ --no-sign-request

@triggan
Copy link
Contributor

triggan commented Mar 29, 2024

We had to change how the Neptune Data was being presented in this stack. The current iteration of the stack required a public S3 bucket, which is highly discouraged. There's a new iteration of the stack that we used at re:Invent 2023 that passes a list of CSV file names as a parameter that can be access via object-level permissions (no public S3 bucket requirement). I'm currently working on cleaning up a few things and should get this new version pushed out within a week or two.

@vuhondat
Copy link
Author

vuhondat commented Apr 1, 2024

Thanks @triggan for your update. Waiting new one!

@Physium
Copy link

Physium commented May 6, 2024

is there any update on this?

@LeonKuhne
Copy link

is this project dead? and where is the graph visualization from the reinvent presentation -- i want to see the force directed graph code :( that shit was goated

@triggan
Copy link
Contributor

triggan commented Jun 3, 2024

It is not dead. We've been using this project as the basis for a re:Invent workshop for the last two years: https://catalog.workshops.aws/bookstore-app

Admittedly, there are some updates that need to be made to the repo here, based on recent changes that were made for the workshop. I'm attempting to push updates to this repo when time allows.

The visualization in the videos is from an older tool that we no longer use. We've since constructed two utilities for visualizing graphs - one is an extension for Jupyter that creates a graph from a query in a Jupyter cell: https://github.com/aws/graph-notebook ; the other is a standalone UI for exploring graph data: https://github.com/aws/graph-explorer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants