aws-samples / amazon-neptune-aws-config-visualization

MIT No Attribution
22 stars 8 forks source link

Missing PROXY_API_URL in visualize-graph.html #1

Open evilkev opened 3 years ago

evilkev commented 3 years ago

Reading through your blog:
https://aws.amazon.com/blogs/database/visualize-your-aws-infrastructure-with-amazon-neptune-and-aws-config/

In the section entitled "Upload the HTML file to Amazon S3", the steps outlined mention swapping the value PROXY_API_URL with the user's actual URL, and the example in the blog is this value: "https://7brms4lx43.execute-api.us-east-2.amazonaws.com/test"

However, in this visualize-graph.html, there is no such keyword to replace it with the actual URL. The blog references this GH repository. I've been unsuccessful in trying to figure out how to get past this issue.

raizadaramzn commented 2 years ago

@evilkev The PROXY_API_URL is available in this file main.js in the directory visualizeneptune/js/main.js.

evanerwee commented 2 years ago

I'm also not able to figure this out. Time for escalation.

raizadaramzn commented 2 years ago

@evanerwee Were you able to see the PROXY_API_URL which is available in this file main.js in the directory visualizeneptune/js/main.js. Please let me know.