librato / librato-services

Services for Librato Metrics
MIT License
14 stars 24 forks source link

AWS Lambda notification service #144

Closed mheffner closed 5 years ago

mheffner commented 7 years ago

Invokes an async, cross-account, AWS Lambda function on alert trigger/clear or snapshot event. Just register an AWS Lambda function ARN and give it InvokeFunction permissions from the callee account.

Removes the need to setup either an SNS or API Gateway (webhook) resource to invoke a Lambda function on Librato notification.

See additional documentation at the top of lambda service file.

bryanmikaelian commented 7 years ago

Nice! Should we show this as one of our outbound integrations in the UI too?

mheffner commented 7 years ago

Nice! Should we show this as one of our outbound integrations in the UI too?

Not sure what you mean by that. This would support alert triggers, clears and snapshots.