Skip to content

Instantly share code, notes, and snippets.

@billydh
Last active January 15, 2020 01:42
Show Gist options
  • Select an option

  • Save billydh/027f42d1f8a347d2e582f38eb51f48a7 to your computer and use it in GitHub Desktop.

Select an option

Save billydh/027f42d1f8a347d2e582f38eb51f48a7 to your computer and use it in GitHub Desktop.
aws dynamodb delete-item --endpoint-url http://localhost:8042 --table-name demo-customer-info \
--key '{"customerId": {"S": "1111"}}' \
--return-values ALL_OLD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment