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
@justindra I ran into this same issue and ended up creating a patch for it. I've created a PR for said patch, hopefully @mhart or someone else with merge authority will see it. I can't promise that it's correct (as I'm primarily a Python/Rust programmer and am only passable in JS), but I can assure that it does work.
If you need the change like right now, I think you can either manually apply the patch to the source files in your local (global) node modules or you can tell npm to use my branch instead of mainline Dynalite until the patch is merged (assuming it does in fact get merged).
When I create multiple tables and one of them has a SortKey, that table does not exist when the test runs.
With the following Table Configuration:
When running
Client.listTables()
in the tests, the result is:Instead of
The text was updated successfully, but these errors were encountered: