0.3.2 • Published 10 years ago

hatchet v0.3.2

Weekly downloads
20
License
Apache-2.0
Repository
github
Last release
10 years ago

hatchet

Send data into an SQS queue

Usage

var hatchet = require("hatchet");
hatchet.send("create_event", {
  dimensions: {
    user_id: 1234
  }
}, function(err, data) {
  console.log("we sent a message!");
});

Configuration

hatchet is configured only using environment variables. If any of these are not present, then hatchet will not do anything

  • AWS_ACCESS_KEY_ID - Used by aws-sdk
  • AWS_SECRET_ACCESS_KEY - Used by aws-sdk
  • HATCHET_APP_NAME - The name of the app
  • HATCHET_QUEUE_REGION - The AWS region that the Hatchet SQS lives in. Probably us-east-1
  • HATCHET_QUEUE_URL - The SQS URL used by Hatchet
0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.2

11 years ago

0.2.1

11 years ago

0.2.0

11 years ago

0.1.0

11 years ago

0.0.1

11 years ago