package
0.4.8
Repository: https://github.com/mirrorweb/sqspoller.git
Documentation: pkg.go.dev

# README

Playground

The Playground is where you can run the poller locally against a containerized SQS service.

Run go run main.go to see the poller in action. Experiment with the poller by sending messages from the command line, altering the code or changing the configuration variables.

Run go run main.go --help to see what configurations variables are available.

Prequisites

Before running the playground poller, make sure docker is installed and running on your machine.

# Functions

ErrorHandler set up to log AWS error details.
MessageHandler set up for poller configured to received one message at a time.