forked from aws-amplify/amplify-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: feature/@key (aws-amplify#1463)
* Initial @key implementation * Adding support for GSI/LSIs with @key. * Adding support for create, update, delete, & get with updated index structures. Still need to update list as well as implement the new query resolver using existing parts. The last change is to handle the partial key update scenario in update operations. * Adding support for listX. * Adding custom-index test steps and fixing lint issue * Updating testing steps * Update testing-custom-indexes.md * Updating instructions * Adding @auth support for @key queryFields and adding more tests * pulling testing instruction updates * Rearranging for logical consistency * Fixing compilation errors * fixing compilation errors * Fixing TSC errors * Moving to new sort key structure and fixing tests * Fixing circle ci issue * Fixing test * Fixing circleci build error * Adding updated auth snapshots * Adding update mutation validation to secondary keys to protect composite sort key integrity * Fixing list with filter operations * Updating snapshots * Addressing PR comments
- Loading branch information
1 parent
cb6f438
commit 00ed819
Showing
31 changed files
with
3,211 additions
and
286 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.