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
For reference, I am getting the following errors when trying to add a Range key to an existing global secondary index. (or remove it).
Serverless: Updating additional stack permanent...
....
Serverless: Additional stack permanent updated failed (UPDATE_ROLLBACK_COMPLETE).
Error --------------------------------------------------
Additional stack permanent updated failed (UPDATE_ROLLBACK_COMPLETE)
For debugging logs, run again after setting the "SLS_DEBUG=*" environment variable.
Stack Trace --------------------------------------------
Error: Additional stack permanent updated failed (UPDATE_ROLLBACK_COMPLETE)
at describeStack.then.response (/Users/project/node_modules/serverless-plugin-additional-stacks/index.js:433:35)
From previous event:
at runCallback (timers.js:810:20)
at tryOnImmediate (timers.js:768:5)
at processImmediate [as _immediateCallback] (timers.js:745:5)
From previous event:
at readMore (/Users/project/node_modules/serverless-plugin-additional-stacks/index.js:415:8)
at <anonymous>
Get Support --------------------------------------------
Docs: docs.serverless.com
Bugs: github.com/serverless/serverless/issues
Issues: forum.serverless.com
Your Environment Information -----------------------------
OS: darwin
Node Version: 8.11.2
Serverless Version: 1.27.3
I am trying to update a dynamodb table (index, and/or keys). Is this possible with this library? Do I have to remove the entire stack before doing so?
The text was updated successfully, but these errors were encountered: