️ pebble
Pebble is a simple tool to send JSON files as messages to AWS SQS
Installation
Homebrew
brew tap leberjs/tools
brew install pebble
Latest release binary
Usage
Run
pbl
Run pbl --help
for more info:
Usage:
pbl [flags]
Flags:
-h, --help help for pbl
--profile-name string aws profile name
--queue-url string aws queue url
Configuration
The first time you run pbl
a new directory and configuration file will be created at ~/.pebble/pebble.toml
. A sub-directory, sync
will also
be created. This is where the JSON files containing SQS messages should be stored.
[settings]
profile-name = 'sandbox'
queue-url = 'https://sqs.us-east-1.amazonaws.com/111111111111/my-queue'