README.md in fake_sqs-0.3.0 vs README.md in fake_sqs-0.3.1
- old
+ new
@@ -75,9 +75,20 @@
:access_key_id => "access key id",
:secret_access_key => "secret access key"
)
```
+```javascript
+var aws = require('aws-sdk');
+var sqs = new aws.SQS({
+ endpoint: 'http://localhost:4568',
+ apiVersion: '2012-11-05',
+ accessKeyId: 'access key id',
+ secretAccessKey: 'secret access key',
+ region: 'region'
+});
+```
+
If you have the configuration options for other libraries, please give them to
me.
To reset the entire server, during tests for example, send a DELETE request to
the server. For example: