sqs-dumper

command module
v0.0.0-...-4a9f8cb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 19, 2023 License: MIT Imports: 8 Imported by: 0

README

AWS SQS Dumper

CLI script to dump messages from an AWS SQS queue into a directory with one file for each message.

Installation

go install github.com/mattrx/sqs-dumper@latest

Usage

Usage:
  sqs-dumper [flags]

Flags:
  -h, --help                       help for sqs-dumper
      --loop-count int32           number of loops for receive (default 1000)
  -o, --output string              output directory (default "./messages")
  -p, --profile string             aws profile
  -q, --queue string               queue url
      --visibility-timeout int32   visibility timeout in seconds (default 60)

You have to provide an AWS profile configured in ~/.aws/accounts and the queue url in the form of https://sqs.eu-central-1.amazonaws.com/{accountID}/{queueName}.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL