-
Notifications
You must be signed in to change notification settings - Fork 821
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(amplify-appsync-simulator): add TransactWriteItems support #5574
base: dev
Are you sure you want to change the base?
feat(amplify-appsync-simulator): add TransactWriteItems support #5574
Conversation
…amoDB operations Add TransactWriteItems support to amplify-appsync-simulator implemenst #5504
Codecov Report
@@ Coverage Diff @@
## master aws-amplify/amplify-cli#5574 +/- ##
========================================
Coverage 59.08% 59.08%
========================================
Files 402 402
Lines 18043 18043
Branches 3575 3388 -187
========================================
Hits 10661 10661
- Misses 6723 6743 +20
+ Partials 659 639 -20
Continue to review full report at Codecov.
|
This pull request introduces 1 alert when merging 520ebda into 43eb3e8 - view on LGTM.com new alerts:
|
@yuth Any chance we can move this PR forward? |
Dear Amplify team, would it be possible to merge this pull request after 1 year of ignoring it, please? |
Do I understand it correctly that this pull request has been waiting for over a year without any feedback?? For anyone who builds a complex multi user application it's absolutely essential to be able to run fast tests involving transactions!! |
Any news here ? @yuth |
Apologies for the delay. Started looking into this PR, only thing missing is testing. Please add some unit tests and if applicable, steps on how the change was tested locally. |
@chucre are you still interested in making this contribution? |
add TransactWriteItems support to DynamoDB operations
Add TransactWriteItems support to
amplify-appsync-simulator
Issue #, if available:
implement aws-amplify/amplify-category-api#259
Description of changes:
Implement the missing TransactWriteItems operator to DynamoDB data loader
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.