Skip to content

am I able to configure API calls to use different set of AWS credentials, table, with the same model? #831

Open
@rhuang

Description

@rhuang

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions