Amazon web services – Referencing global dynamodb table from the secondary region in CloudFormation template
We are using CloudFormation for defining our infrastructure. A global dynamodb table is used that is defined and created in one region (the primary region), but has replicas in another region. How do I reference this same table in the…