Untitled

 avatar
unknown
plain_text
2 years ago
213 B
8
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