Merge pull request #2817 from bblommers/dynamodb_add_index_status
DynamoDB - Add status to Global Indexes
This commit is contained in:
commit
78f5541953
2 changed files with 5 additions and 0 deletions
|
|
@ -574,6 +574,7 @@ def test_create_with_global_indexes():
|
|||
"ReadCapacityUnits": 6,
|
||||
"WriteCapacityUnits": 1,
|
||||
},
|
||||
"IndexStatus": "ACTIVE",
|
||||
}
|
||||
]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue