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

feedhenry-templates/fh-connector-amazon-sqs-cloud

Repository files navigation

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