-
Notifications
You must be signed in to change notification settings - Fork 580
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(lib-dynamodb): [PoC] DynamoDB DocumentClient with get/put/delete operations #2062
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2062 +/- ##
=======================================
Coverage ? 79.45%
=======================================
Files ? 366
Lines ? 15324
Branches ? 3310
=======================================
Hits ? 12176
Misses ? 3148
Partials ? 0 Continue to review full report at Codecov.
|
3d51048
to
7b12dcb
Compare
This allows DynamoDBClient to override translateConfiguration in NativeItemCommands if it's not passed.
This reverts commit c66d01a.
7b12dcb
to
12937f8
Compare
8061da2
to
5d4e0af
Compare
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Succeeded by #2097 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread. |
Issue
PoC for fixing #1223
Description
DynamoDBDocumentClient with get/put/delete operations.
The modular DynamoDBDocumentClient can be created as follows:
The v2 backward-compatible DocumentClient can be created as follows:
Note: This is a PoC for the output of CodeGen. In the final PR, the operations are going to be CodeGen.
Testing
get/put/delete operations
batchGet/batchWrite operations
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.