https://pulumi.com logo
#aws
Title
# aws
l

lively-air-24325

04/17/2023, 9:46 AM
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.