Skip to content

armchairlinguist/serverless-papertrail-logging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serverless-papertrail-logging

serverless Build Status Maintainability

Serverless plugin for log delivery from CloudWatch Logs to Papertrail using a lambda function with log groups subscription.

The plugin ignores implicit Lambda logs (starting with START, END and REPORT) and adds Lambda request id to each event. Notice that it expects the logs to be in json format (and converts them to json if they are not).

Installation

  1. Install npm package: yarn add @keboola/serverless-papertrail-logging --dev
  2. Add plugin to your serverless.yml:
custom:
  papertrail:
    port: 1234
    
plugins:
- '@keboola/serverless-papertrail-logging'

It must be put before serverless-webpack and other similar plugins to work correctly.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors