Skip to content

Releases: fredex42/quick-sqs-scanner

v1.1

20 Jun 17:13
f537f6a
Compare
Choose a tag to compare

Adds in --truncate and --truncateAt options to make reading objects with large string blobs easier to read.

Example usage:

./quick-sqs-scanner -queue test-queue --truncate detail.event --truncateAt 12
  • --truncateAt is optional, if you don't specify it then listed fields are truncated at 36 characters.
  • the --truncate list can accept multiple fields, separated by a single ','. No whitespace please.
  • you can truncate fields at arbitrary depth in the json by separating each level with a . (as above, we are actually truncating the field called event below the field called detail)

v1.0

19 Jun 16:37
f3f6533
Compare
Choose a tag to compare

Working initial version of the tool