Skip to content

Commit a261215

Browse files
committed
Updated README.md
1 parent a9a69b9 commit a261215

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

awslambdacreate/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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`

awslambdadelete/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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`

awslambdainvoke/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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-

0 commit comments

Comments
 (0)