-
Notifications
You must be signed in to change notification settings - Fork 584
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(lib-dynamodb): skip function properties in data objects for Dynam…
…oDB (#5697) * fix(lib-dynamodb): check for function types in processKeys * test(lib-dynamodb): adding cases for skipping function properties when processing keys * fix(lib-dynamodb): skip function in processKeys for array case * test(lib-dynamodb): adding additional test cases for function properties * fix(lib-dynamodb): additional checks for function type in processObj * fix(lib-dynamodb): add a function to skip function properties processing * test(lib-dynamodb): correct attribute objects for cases
- Loading branch information
Showing
3 changed files
with
130 additions
and
1 deletion.
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