Hi guys, is there a way to add `replicationRegions...
# sst
k
Hi guys, is there a way to add
replicationRegions: ['us-east-1', 'us-east-2', 'us-west-2'],
in the dynamoDb table construct? seems like replicationRegions is not in the TableProps type.
r
I think you could set it inside the
dynamodbTable
property of props
k
cool that seems to be working, I'm new to SST and was comparing with the CDK docs
t
generally most of our constructs have common props at the top level and allow you to access the raw cdk props by passing in the construct name