Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mindler-olli committed Mar 19, 2024
1 parent 53ac983 commit 74cf6fc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/queryCreator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ export class QueryCreator<DDB> {
});
}

/**
*
* @param table Table to perform the put item command to
*
* @see https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/dynamodb/command/PutItemCommand/
*/
putItem<Table extends keyof DDB & string>(
table: Table
): PutItemQueryBuilderInterface<DDB, Table, DDB[Table]> {
Expand Down

0 comments on commit 74cf6fc

Please sign in to comment.