If I have a Dynamodb Table declared in StackA, but...
# random
j
If I have a Dynamodb Table declared in StackA, but I now want to refactor my code such that the same table lives no longer in StackA but StackB. Is there an ideal way to do that?
r
I'm working through something similar to this now. Not sure if it's the best way but I chose to create a new table and migrate the data.
j
Ooo that’s helpful thanks!