Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit 79aac59

Browse files
author
James Thomas
committed
Docs updates
1 parent 26b6b0f commit 79aac59

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

compile/apigw/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ API Gateway hosts serving the API endpoints will be shown during deployment.
5050
```shell
5151
$ serverless deploy
5252
...
53-
API Gateway Host: https://xxx-gws.api-gw.mybluemix.net
53+
endpoints:
54+
GET https://xxx-gws.api-gw.mybluemix.net/api/greeting --> index
5455
```
5556

5657
Calling the configured API endpoints will execute the deployed functions.

compile/cloudant/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,4 @@ functions:
7171
password: PASSWORD
7272
db: db_name
7373
```
74+

0 commit comments

Comments
 (0)