I am trying to fetch some Location Coordinates from a Dynamo DB table on a web app which are updated periodically by an android app. Since I am new to JavaScript, so I am following this tutorial.
But I don't want to use local version of Dynamo DB as my table is updated by an android app & that table is not a local one. So what should be the endpoint URL instead of http://localhost:8000
.Please help me out with this.