File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,5 @@ Create an AWS Lambda function.
9090
9191 The Lambda function is created and you should see the messages:
9292
93- ` Creating Lambda function ...`
94-
95- ` Created`
93+ * ` Creating Lambda function ...`
94+ * ` Created`
Original file line number Diff line number Diff line change @@ -91,4 +91,7 @@ Delete a Lambda function.
9191
9292* Test the application.
9393
94- The Lambda function is deleted and you should see the message " The Lambda function is deleted" .
94+ The Lambda function is deleted and you should see the messages:
95+
96+ * ` Deleting Lambda function ...`
97+ * ` Deleted`
Original file line number Diff line number Diff line change @@ -104,7 +104,4 @@ Invoke a Lambda function.
104104
105105 For example:
106106
107- * ` Lambda function name: arn:aws:lambda:eu-west-1:123456789012:function:HelloJsonJava`
108107 * ` Lambda return value: {" greetings" :" Hello Peter Parker." }`
109- * ` Lambda status code: 200`
110-
You can’t perform that action at this time.
0 commit comments