#2813 - DynamoDB - Add Global Index Status

This commit is contained in:
Bert Blommers 2020-03-17 15:41:50 +00:00
commit b7da6b9481
2 changed files with 5 additions and 0 deletions

View file

@ -574,6 +574,7 @@ def test_create_with_global_indexes():
"ReadCapacityUnits": 6,
"WriteCapacityUnits": 1,
},
"IndexStatus": "ACTIVE",
}
]
)