bbc / sqs-consumer

Build Amazon Simple Queue Service (SQS) based applications without the boilerplate
https://bbc.github.io/sqs-consumer/
Other
1.72k stars 331 forks source link

chore: creating an example test app #331

Closed nicholasgriffintn closed 1 year ago

nicholasgriffintn commented 1 year ago

Description:

This PR adds an example app that can be used to test sqs-consumer, in combination with sqs-producer for a complete test between the two.

It will start a custom Node Express app that has a number of test APIs that will send SQS messages when hit.

It also starts a consumer listener, which will log the messages and other events as they are received.


Checklist:

nicholasgriffintn commented 1 year ago

Trying to get CodeSandbox to start the docker, doesn't seem to be a thing though :(.

Not sure how we can get SQS to run otherwise.

github-actions[bot] commented 1 year ago

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.