Skip to content

utilities: support deleting partitions, or individual items #64

Open
@bboure

Description

As a user, I want to delete individual items, or specific PK instead of the full table

await truncatePartition('tableName', { pk: 'USER#123' });

await deleteItems('tableName', [{ pk: 'USER#123', sk: 'USER#123' }]);

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions