-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mock DocumentClient #1
Comments
I use the I haven't tried mocking |
Testing agains a local DynamoDB might be a better choice. It would require a bit of setup with out deployment pipeline though as I assume it requires Java? I found one workaround is to use the DynamoDB client instead of the DocumentClient and import the |
I've done some more investigation on So while it would be nice, I don't think there's a way to achieve anything of value. And especially when you can test against a local DynamoDB instance. But yes, this does require Java. |
Is it possible to use this package to mock a DocumentClient instance?
The text was updated successfully, but these errors were encountered: