Skip to content

Commit

Permalink
Included https module on example
Browse files Browse the repository at this point in the history
  • Loading branch information
guizoxxv authored Dec 7, 2020
1 parent 3cafbb7 commit 52a3bf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ app.start();
```js
const { Consumer } = require('sqs-consumer');
const AWS = require('aws-sdk');
const https = require('https');

const app = Consumer.create({
queueUrl: 'https://sqs.eu-west-1.amazonaws.com/account-id/queue-name',
Expand Down

0 comments on commit 52a3bf6

Please sign in to comment.