Untitled
Anonymous
plain_text
11/15/2023 4:47 PM
284 B
23
Indexable
aws dynamodb query \
--table-name YourTableName \
--key-condition-expression "UserId = :pk" \
--expression-attribute-values '{":pk": {"S": "user123"}}' \
--scan-index-forward false \
--limit 1
Editor is loading...
Leave a Comment