Open
Description
I want to do something like this:
env1_results = MyModel.find(...) # where table name is TEST_MY_MODEL
env2_results = MyModel.find(...) # where table name is ALPHA_MY_MODEL and a different set of AWS credentials
Is this possible?
Currently, Dynamoid
is configured with Dynamoid.configure
and Aws.config.update
Metadata
Metadata
Assignees
Labels
No labels