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年前10331ビュー
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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ