Where do I find the URL to my DynamoDB API?

0

How am I missing this? I just started a new project and was able to easily create a DynamoDB table, but I cannot for the life of me find the API URL? All I see is my table resource name, and my Amazon Resource Name (ARN), which is not very helpful. I've searched for tutorials or documentation that would explain step 2 for me, but for me step two is accessing my API via Postman, but I cannot do that if I cannot find something as simple as the API URL. Can someone point me to where in the UI I find this information?

Edited by: szaske on Sep 17, 2017 6:33 PM

Edited by: szaske on Sep 18, 2017 6:14 AM

szaske
asked 7 years ago9961 views
3 Answers
0

Hi szaske,

These are the standard endpoints for DynamoDB: http://docs.aws.amazon.com/general/latest/gr/rande.html#ddb_region

Clarifying questions:
Are you running your own servers?
Which platform are you programming on? Java? Android? iOS? Python?

AWS
answered 7 years ago
0

I think you need to take a look at this page about REST API calls

http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Programming.LowLevelAPI.html

answered 6 years ago
0

This was helpful.

ZM
answered 5 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions