aws-samples/amazon-dynamodb-labs

[Hands-on Labs > Explore DynamoDB with the CLI > Deleting Data] Wrong description of delete operation.

maciok opened this issue · 1 comments

Probably because of copy-paste mistake the description for delete operation states that it creates or replace item:

The DynamoDB DeleteItem API is used to create a new item or to replace existing items completely with a new item. It is invoked using the delete-item CLI command.

It's fixed in ed56f94

Resolving