Commit fb8640d
authored
Use latest from sdk create/update for rm.onError() (#344)
Issue #, if available: aws-controllers-k8s/community#1336
Description of changes:
* After the sdkCreate/sdkUpdate call, the resource manager was still using the latest from ReadOne call when invoking `rm.onError` method
* Instead it should use the resource returned from sdkCreate and sdkUpdate call
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.1 parent 23941cc commit fb8640d
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
116 | 119 | | |
117 | 120 | | |
118 | 121 | | |
| |||
140 | 143 | | |
141 | 144 | | |
142 | 145 | | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
143 | 149 | | |
144 | 150 | | |
145 | 151 | | |
| |||
0 commit comments