relatively new to SST - what happens if I have alr...
# help
i
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
Yes that's right
Your stack should contain the desired state, AWS will figure out what updates it needs to make to get current state into desired state
This works 99% of the time. The other 1% is pain but it's worth it 😄
i
ok cool!