Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
flochaz authored Feb 25, 2022
1 parent 7f5050c commit 2a907fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,6 @@ testTable.addGlobalSecondaryIndex({

## Potential caveat

If the existing table already has GSIs, it will delete and recreates the GSIs ...
If the existing table already has
* 1 GSI, it will delete it and recreate it with new way of managing GSIs ...
* 2 or more GSIs, update will fail because it will try to delete those GSIs and recreate them with the new method but since it's not possible to delete more than one using the old management system the stack update will fail :( => workaround delete those GSIs from your cdk app before changing to new implementation

0 comments on commit 2a907fe

Please sign in to comment.