As a user, I want to delete individual items, or specific PK instead of the full table ```ts await truncatePartition('tableName', { pk: 'USER#123' }); await deleteItems('tableName', [{ pk: 'USER#123', sk: 'USER#123' }]); ```
As a user, I want to delete individual items, or specific PK instead of the full table