Skip to content

Cross-account access #921

@andrykonchin

Description

@andrykonchin

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:

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