Closed robpott closed 7 months ago
Thanks for the report and test case.
I'm getting different results.
So net/net
Use {hidden: true} AND if you use queryItems, you need {parse: true}
Thanks for getting back to me. In this case we need to use queryItems
to search only on PK so it's an edge case.
What results do you get for those test cases with aws adk V2 and V3? I do NOT need {parse: true}
for the test to pass for either aws adk V2 or V3, just need to pass {hidden: true}
on for SDK v3 to pass
In V2, you don't need parse: true because the underlying DocumentClient from the AWS v2 sdk does the parsing back to javascript. But safe, and recommended to use for both.
Thank you for information!
The
hidden
parameter is required forqueryItems
to supportgroupByType
when using AWS SDK V3. AWS SDK V2 does NOT require thehidden
parameter.debug.ts
When running with AWS SDK V3 below is the failure
Expected behavior When using AWS SDK V3 the
hidden
parameter should NOT be requiredEnvironment (please complete the following information):