• Create "standard single table" config.

    • Partition Key attribute name = PK
    • Sort Key attribute name = SK
    • TTL attribute name = ttl
    • Entity Type attribute name = _et
    • Last Updated attribute name = _lastUpdated
    • One GSI, with Table GSI name = GSI, logical GSI name = gsi, GSI Partition Key = GSIPK, GSI Sort Key = GSISK
    • Scans not allowed

    Parameters

    • tableName: string

      the underlying DynamoDB table name

    Returns TableConfig

Generated using TypeDoc