Amazon DynamoDB website screenshot

Amazon DynamoDB

Amazon DynamoDB is a fully managed NoSQL key-value and document database service from Amazon Web Services that delivers single-digit millisecond performance at any scale with built-in security, continuous backups, automated multi-region replication, in-memory caching, and data export capabilities. DynamoDB exposes a low-level HTTPS JSON API used by the AWS SDKs and CLI to perform table management, item CRUD, query, scan, transaction, and streams operations, all authenticated with AWS Signature Version 4 (SigV4).

1 APIs 0 Features
NoSQLDatabaseKey-Value StoreDocument DatabaseServerlessManaged Database

APIs

Amazon DynamoDB API

Low-level HTTPS JSON API for Amazon DynamoDB that supports table management, item-level CRUD, queries, scans, transactions, global tables, streams, and backup and restore operat...

Collections

Resources

🔗
Website
Website
🔗
Documentation
Documentation
💰
Pricing
Pricing
📝
Signup
Signup

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Amazon DynamoDB API
  version: '2012-08-10'
request:
  auth:
    type: apikey
    key: Authorization
    value: '{{Authorization}}'
    placement: header
items:
- info:
    name: Invoke a DynamoDB action
    type: http
  http:
    method: POST
    url: https://dynamodb.{region}.amazonaws.com/
    headers:
    - name: X-Amz-Target
      value: ''
    - name: X-Amz-Date
      value: ''
    - name: Content-Type
      value: ''
    body:
      type: json
      data: '{}'
  docs: 'All DynamoDB low-level API actions are invoked by POSTing a JSON

    request body to the regional endpoint root, with the action name

    specified in the `X-Amz-Target` header in the form

    `DynamoDB_20120810.<ActionName>`.

    '
bundled: true