UNPKG

btrz-webhooks-emitter

Version:

Betterez simple client to emit events to the webhooks pipeline

15 lines (14 loc) 268 B
module.exports = function _default(env) { return { aws: { key: env.AWS_SERVICE_KEY, secret: env.AWS_SERVICE_SECRET, sqs: { webhooks: { queueUrl: env.SQS_QUEUE_URL, region: "us-east-1" } } } }; };