Amazon DynamoDB API

Amazon DynamoDB is a fully managed, serverless, key-value NoSQL database service. DynamoDB tables have a flexible schema — only the primary key attributes need to be defined at table creation. All other attributes can vary from item to item, enabling schema-free document storage with the scalability and management of a managed cloud service.

API entry from apis.yml

apis.yml Raw ↑
name: Amazon DynamoDB API
description: Amazon DynamoDB is a fully managed, serverless, key-value NoSQL database service. DynamoDB
  tables have a flexible schema — only the primary key attributes need to be defined at table creation.
  All other attributes can vary from item to item, enabling schema-free document storage with the scalability
  and management of a managed cloud service.
humanURL: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/
baseURL: https://dynamodb.us-east-1.amazonaws.com
tags:
- AWS
- DynamoDB
- NoSQL
- Key-Value
- Serverless
properties:
- type: Documentation
  url: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/
- type: Reference
  url: https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/