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
Ross Coundon
05/21/2022, 9:15 AM
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.