Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 2cacf6d

Browse files
committed
manual merge of PR-161
1 parent 6673026 commit 2cacf6d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

WebApplication/3_ServerlessBackend/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -133,15 +133,15 @@ For this module you will test the function that you built using the AWS Lambda c
133133
1. On the main function edit screen click **Test** with `TestRequestEvent` selected in the dropdown.
134134
1. Scroll to the top of the page and expand the **Details** section of the **Execution result** section.
135135
1. Verify that the execution succeeded and that the function result looks like the following:
136-
```JSON
137-
{
138-
"statusCode": 201,
139-
"body": "{\"RideId\":\"SvLnijIAtg6inAFUBRT+Fg==\",\"Unicorn\":{\"Name\":\"Rocinante\",\"Color\":\"Yellow\",\"Gender\":\"Female\"},\"Eta\":\"30 seconds\"}",
140-
"headers": {
136+
```JSON
137+
{
138+
"statusCode": 201,
139+
"body": "{\"RideId\":\"1h0zDZ-6KLZaEQCPyqTxeQ\",\"Unicorn\":{\"Name\":\"Shadowfax\",\"Color\":\"White\",\"Gender\":\"Male\"},\"UnicornName\":\"Shadowfax\",\"Eta\":\"30 seconds\",\"Rider\":\"the_username\"}",
140+
"headers": {
141141
"Access-Control-Allow-Origin": "*"
142+
}
142143
}
143-
}
144-
```
144+
```
145145

146146
### :star: Recap
147147

0 commit comments

Comments
 (0)