Last active
January 15, 2020 01:42
-
-
Save billydh/027f42d1f8a347d2e582f38eb51f48a7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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