-
-
Notifications
You must be signed in to change notification settings - Fork 199
Open
Description
As a way to work with tables in other AWS accounts it might be useful to use a table ARN instead of just a table name (namespace + table name in Dynamoid terms).
Implement a way to specify a table ARN, e.g. in the following way:
class User
include Dynamoid::Document
table arn: 'arn:aws:dynamodb:*:*:table/users'
end
Related discussions:
- Feature: Add multi-config #918 (comment)
- Support multiple configurations #403 (comment)
- am I able to configure API calls to use different set of AWS credentials, table, with the same model? #831 (comment)
Related documentation:
Metadata
Metadata
Assignees
Labels
No labels