Backend half
This commit is contained in:
+35
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"version": 2,
|
||||
"waiters": {
|
||||
"TableExists": {
|
||||
"delay": 20,
|
||||
"operation": "DescribeTable",
|
||||
"maxAttempts": 25,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "ACTIVE",
|
||||
"matcher": "path",
|
||||
"state": "success",
|
||||
"argument": "Table.TableStatus"
|
||||
},
|
||||
{
|
||||
"expected": "ResourceNotFoundException",
|
||||
"matcher": "error",
|
||||
"state": "retry"
|
||||
}
|
||||
]
|
||||
},
|
||||
"TableNotExists": {
|
||||
"delay": 20,
|
||||
"operation": "DescribeTable",
|
||||
"maxAttempts": 25,
|
||||
"acceptors": [
|
||||
{
|
||||
"expected": "ResourceNotFoundException",
|
||||
"matcher": "error",
|
||||
"state": "success"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user