1.3.0 • Published 5 years ago

event-log-escaleos-health v1.3.0

Weekly downloads
2
License
ISC
Repository
-
Last release
5 years ago

event-log-escaleos

Send log to an SNS Topic

https://www.npmjs.com/package/event-log-escaleos

Usage

const eventLog = require('event-log-escaleos-health')

eventLog.init(SNS_TOPIC_ARN, 'us-east-1')
eventLog.setService(SERVICE)
eventLog.setFunction(FUNCTION_NAME)
eventLog.setAction(ACTION)
eventLog.setSubject(SUBJECT)

eventLog.info('Informations')
eventLog.war('Warnings')
eventLog.error('Errors')
1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago