Skip to content

Commit 7f28f29

Browse files
authored
correcting step numbers (#257)
1 parent ef497d4 commit 7f28f29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/rpdk/java/templates/init/guided_aws/StubCreateHandler.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ protected ProgressEvent<ResourceModel, CallbackContext> handleRequest(
6464
// STEP 3.0 [initialize a proxy context]
6565
proxy.initiate("{{ call_graph }}::post{{ operation }}", proxyClient, model, callbackContext)
6666

67-
// STEP 2.1 [TODO: construct a body of a request]
67+
// STEP 3.1 [TODO: construct a body of a request]
6868
.translateToServiceRequest(Translator::translateToSecondUpdateRequest)
6969

70-
// STEP 2.2 [TODO: make an api call]
70+
// STEP 3.2 [TODO: make an api call]
7171
.makeServiceCall(this::postCreate)
7272
.progress()
7373
)

0 commit comments

Comments
 (0)