Solved: cannot perform more than one GSI creation or deletion in a single update
Error Message : cannot perform more than one GSI creation or deletion in a single update Problem: I was trying to add multiple GSI on an existing table using CloudFormation updatestack. Initially, I created a DynamoDB table with two GSI Location-index and Department-index. After few days of initial table creation, Read More