DynamoDB Docs OverviewΒΆ

This section is reserved for DynamoDB table documentation.

Table pages are generated from source repositories that follow this convention:

  • dynamodb/<table_name>/schema.json

Example:

  • dynamodb/jef-caferimo-recipes/schema.json

Generation rules:

  • the folder name is treated as the DynamoDB table name

  • the file schema.json is treated as the table schema source

  • generated pages are written under source/dynamodb

  • this section is intentionally separate from source/api so the Lambda docs flow remains unchanged