Tracked
- NPM Downloads Last Month
- 88
- Issues
- 0
- Stars
- 0
- Forks
- 0
- Watchers
- 0
Plugin which auto-subscribes a log delivery lambda function to lambda log groups created by Serverless
npm install --save-dev serverless-plugin-cloudwatch-sumologic
serverless.yml
file.plugins:
- serverless-plugin-cloudwatch-sumologic
custom:
shipLogs:
# Required
arn: existing cloudwatch logs ARN
# OR
collectorUrl: Paste your url from step 1. here
# Optional, default pattern is "[timestamp=*Z, request_id=\"*-*\", event]"
filterPattern: "[timestamp=*Z, request_id=\"*-*\", correlation_id=\"*-*\", event]"
role: ARN of IAM role to use
This plugin automates the process described in the readme provided by Sumologic.
Upon running sls deploy
it will…
You must be running serverless 1.25.0 or higher.
Please fork this repo to make changes and then issue a pull request back to this repo. No unit tests are included at this time. Unit tests will be added before this goes into version 1.0.0
Tests are written using Mocha, Sinon, Chai, using Rewire
Run with npm test