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
已提问 7 年前10438 查看次数
3 回答
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
已回答 7 年前
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

已回答 6 年前
0

This was helpful.

ZM
已回答 5 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则