You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for putting this together. I came across this repo from aws/aws-cdk#12246.
I think it would be better to implement this construct as a stand-alone GSI construct instead of extending Table. That would make the listed caveats unnecessary as the user will be responsible to cleanly migrate indexes. It would also make the construct more stable in face of upstream Table class changes.
The text was updated successfully, but these errors were encountered:
Hi, thanks for the module, really needed! :)
I was wondering, would a standalone constructor also permit the creation/deletion of a single GSI with multiple existing GSIs?
Currently I'm only able to create-all or delete-all.
Thanks for putting this together. I came across this repo from aws/aws-cdk#12246.
I think it would be better to implement this construct as a stand-alone GSI construct instead of extending Table. That would make the listed caveats unnecessary as the user will be responsible to cleanly migrate indexes. It would also make the construct more stable in face of upstream Table class changes.
The text was updated successfully, but these errors were encountered: