Any tips on how manage schema changes to dynamodb ...
# help
s
Any tips on how manage schema changes to dynamodb using SST?
f
Hey @Sebastian Kline, by “manage schema changes” do you mean adding/removing global indexes? Or schema changes in the scope of single table design?
s
Mostly schema changes in the scope of a single table design.
f
Ah i c. SST doesn’t haven’t anything out of the box for that.
s
No worries! Thanks for quick replies btw!
f
I recall someone shared a library and said it does a good job at this. Lemme try to dig it up.
Here are a couple of libraries that always pop up the community, not sure which one has better schema change support. Maybe worth checking them out https://serverless-stack.slack.com/archives/C01JG3B20RY/p1645730939106099
s
Oh thank you! I’ll give that aread.