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:
Related documentation:
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:
Related discussions:
Related documentation: