aws-cloudformation / cloudformation-coverage-roadmap

The AWS CloudFormation Public Coverage Roadmap
https://aws.amazon.com/cloudformation/
Creative Commons Attribution Share Alike 4.0 International
1.1k stars 53 forks source link

AWS::DynamoDB::GlobalTable - GetAtt support for replica table attributes #1988

Open kddejong opened 3 months ago

kddejong commented 3 months ago

Create additional GetAtt attributes that include the ability to get any replicas StreamArn and additional properties as needed (e.g TableId)


I am trying to create a global table and I will need the streamArn from all the replicas. There is a way to get that?

Right now I am trying to export the stream arn in the cloudformation template, but I can only access the region where this template is being deployed. I want to be able to access this values in another cloudformation template

I am aware that the streamArn id is different in both replicas (the end part of the streamArn), so I can't construct it either.

Originally posted by @fpronto in https://github.com/aws-cloudformation/cloudformation-coverage-roadmap/issues/57#issuecomment-856106160