You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rebuilt queryOptimized for the modular @aws-sdk/client-dynamodb v3 API; supply a DynamoDBClient, QueryCommand, and uniqueIdentifierAttributes so results dedupe on your table's primary/sort keys.
Exported the previous DocumentClient version as queryOptimizedV1 (deprecated) for teams that still rely on the legacy signature.
Extended the optimized query path to tables without a sort key and added performance coverage to guard the ~2x speedup claim.