Skip to content

Use DynamoDBDocumentClient to send DeleteCommand for consistency#7736

Merged
brmur merged 2 commits intoawsdocs:mainfrom
imnomee:main
Feb 3, 2026
Merged

Use DynamoDBDocumentClient to send DeleteCommand for consistency#7736
brmur merged 2 commits intoawsdocs:mainfrom
imnomee:main

Conversation

@imnomee
Copy link
Copy Markdown
Contributor

@imnomee imnomee commented Jan 30, 2026

This change sends DeleteCommand using DynamoDBDocumentClient instead of
DynamoDBClient for consistency with other CRUD operations in the example.

DeleteCommand is imported from @aws-sdk/lib-dynamodb and is intended to be
used with the document client, matching Put/Get/Update usage earlier in
the scenario.

@github-actions github-actions bot added the Javascript-v3 This issue relates to the AWS SDK for Javascript V3 label Jan 30, 2026
@rlhagerm rlhagerm requested a review from brmur January 30, 2026 17:38
@brmur
Copy link
Copy Markdown
Collaborator

brmur commented Feb 3, 2026

reviewing

@brmur brmur added On Call Review needed This work needs an on-call review Task A general update to the code base for language clarification, missing actions, tests, etc. labels Feb 3, 2026
imnomee and others added 2 commits February 3, 2026 09:40
Use DynamoDBDocumentClient to send DeleteCommand
@rlhagerm rlhagerm added On Call Review complete On call review complete and removed On Call Review needed This work needs an on-call review labels Feb 3, 2026
@brmur brmur merged commit e30d44e into awsdocs:main Feb 3, 2026
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Javascript-v3 This issue relates to the AWS SDK for Javascript V3 On Call Review complete On call review complete Task A general update to the code base for language clarification, missing actions, tests, etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants