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
Currently, the user DynamoDB endpoints are using a mix of @aws-sdk/client-dynamodb and @aws-sdk/lib-dyanmodb. We want to only use the client-dynamodb, since the lib is just a wrapper that calls the client behind the scenes to allow for a slightly prettier input.
Additionally, the unit tests have errors that can be suppressed for clarity.
Also need to update dyanmoDB and Vitest guides to reflect these changes.
Steps to reproduce
No response
The text was updated successfully, but these errors were encountered:
Operating system
n/a
Bug description
Currently, the user DynamoDB endpoints are using a mix of @aws-sdk/client-dynamodb and @aws-sdk/lib-dyanmodb. We want to only use the client-dynamodb, since the lib is just a wrapper that calls the client behind the scenes to allow for a slightly prettier input.
Additionally, the unit tests have errors that can be suppressed for clarity.
Also need to update dyanmoDB and Vitest guides to reflect these changes.
Steps to reproduce
No response
The text was updated successfully, but these errors were encountered: