tableMapper
inline fun <Document : Any, HashKey : Any, SortKey : Any> DynamoDb.tableMapper(tableName: TableName, hashKeyAttribute: Attribute<HashKey>, sortKeyAttribute: Attribute<SortKey>? = null, autoMarshalling: AutoMarshalling = DynamoDbMoshi): DynamoDbTableMapper<Document, HashKey, SortKey>