relatively new to SST - what happens if I have already defined a stack with some dynamodb tables, and i update the stack to add more tables. does it only add the new ones and leave everything else untouched? I don’t quite have the mental model down yet
t
thdxr
09/29/2021, 8:35 PM
Yes that's right
thdxr
09/29/2021, 8:35 PM
Your stack should contain the desired state, AWS will figure out what updates it needs to make to get current state into desired state
thdxr
09/29/2021, 8:35 PM
This works 99% of the time. The other 1% is pain but it's worth it 😄