You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,8 @@ const server = gateway({
54
54
55
55
server.start(8080)
56
56
```
57
+
> You might also want to read: [Setting AWS Credentials in Node.js](https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/setting-credentials-node.html)
58
+
57
59
#### Lambda Implementation
58
60
```js
59
61
constserverless=require('serverless-http')
@@ -322,11 +324,6 @@ routes: [{
322
324
}]
323
325
```
324
326
325
-
## Want to contribute?
326
-
This is your repo ;)
327
-
328
-
> Note: We aim to be 100% code coverage, please consider it on your pull requests.
0 commit comments