Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 417 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 417 Bytes

aws-sqs-sample

Sample AWS SQS console for put-receive.

Configuration:

  • app.json - queue URL

  • config.json - Amazon credientials (see: http://aws.amazon.com/sdkfornodejs/ ). The file does not exists in the repository. Must be created and putted in the project root directory.

Usage:

  • send message - sending a message to queue
  • recv - receive a single message from queue
  • help - display help