Skip to content

Commit 050e981

Browse files
committed
adding AWS credentials note
1 parent 9f10869 commit 050e981

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ const server = gateway({
5454

5555
server.start(8080)
5656
```
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+
5759
#### Lambda Implementation
5860
```js
5961
const serverless = require('serverless-http')
@@ -322,11 +324,6 @@ routes: [{
322324
}]
323325
```
324326

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.
329-
330327
## Related projects
331328
- middleware-if-unless (https://www.npmjs.com/package/middleware-if-unless)
332329
- fast-proxy (https://www.npmjs.com/package/fast-proxy)

0 commit comments

Comments
 (0)