Commit 96235cf
authored
Reuse UpdateGlobalTable for both Update and Delete operations (#92)
It looks like to delete a GlobalTable we need to delete all it's region
replications. Annd with the new code-generator feature, adding support
of assigning the same AWS operation to multiple resources and CRUD
types. We'll have to explicitely set that this operation supports both
update and delete.
Signed-off-by: Amine Hilaly <[email protected]>
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.1 parent 5b77ddb commit 96235cf
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
0 commit comments