Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Latest commit

 

History

History
47 lines (31 loc) · 903 Bytes

README.md

File metadata and controls

47 lines (31 loc) · 903 Bytes

FeedHenry Amazon SQS Connector

Dependency Status

The FeedHenry Amazon SQS Connector. For more information on Amazon SQS see: https://github.com/aws/aws-sdk-js.

Group Amazon SQS Connector API

List all queues

Endpoint /cloud/sqs
HTTP Method POST

Request (application/json)

Body
{
}

Response 200 (application/json)

Body
{
}

Tests

All the tests are in the "test/" directory. The cloud app is using mocha as the test runner.

Unit tests

npm run unit

Unit coverage

npm run coverage