Skip to content

Commit

Permalink
Updated entities for API Gateway (#1122)
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug-AWS authored Nov 9, 2018
1 parent ce999b6 commit 6f2569f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/src/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ the Lambda file does not appear in the output.
Step 3: Create Widgets Service
==============================

Add the |APIGATEWAY|, |LAM|, and |S3| packages to our app.
Add the |ABP|, |LAM|, and |S3| packages to our app.

.. code-block:: sh
Expand Down Expand Up @@ -297,8 +297,8 @@ browser or use the following **curl** command.
curl -X GET 'https://GUID.execute-REGION.amazonaws.com/prod'
You can also open the AWS Console,
navigate to the API Gateway service,
You can also open the |console|,
navigate to the |ABP| service,
find **Widget Service** in the list.
Select **GET** and **Test** to test the function.
Since we haven't stored any widgets yet, the output should be similar to the following
Expand Down Expand Up @@ -421,7 +421,7 @@ Replace the existing **exports.main** function in *widgets.js* with the followin
}
}
Wire these functions up to our API Gateway code in *widget_service.ts*
Wire these functions up to our |ABP| code in *widget_service.ts*
by adding the following code at the end of the constructor.
.. code-block:: ts
Expand Down Expand Up @@ -460,6 +460,6 @@ and again show the list of widgets.
curl -X DELETE 'https://GUID.execute-REGION.amazonaws.com/prod/dummy'
curl -X GET 'https://GUID.execute-REGION.amazonaws.com/prod'
You can also use the API Gateway console to test these functions.
You can also use the |ABP| console to test these functions.
You'll have to set the **name** entry to the name of an widget,
such as **dummy**.

0 comments on commit 6f2569f

Please sign in to comment.