Hi community, Has anyone ever had an issue with ad...
# aws
l
Hi community, Has anyone ever had an issue with adding new GSI to the existing DynamoDb table which is "provisioned with auto-scalling" and has at least 1 replica ? I'm already ignoring update for "readCapacity" and "writeCapacity" as recommended on the pulumi site. Error message: "updating Amazon DynamoDB Table (table name): creating GSI (GSI name): ResourceInUseException: The resource which you are attempting to change is in use." I manage to deploy the change successfully on one of the regions but doing the same on another one isn't letting me do that change.