Tracked
- NPM Downloads Last Month
- 11
- Issues
- 0
- Stars
- 0
- Forks
- 0
- Watchers
- 0
npm install --save-dev serverless-log-metric-filter
yarn add --dev serverless-log-metric-filter
serverless.yml
file ```yml plugins: sls plugin install -n serverless-log-metric-filter
serverless.yml
file custom:
logMetricFilter:
enabled: true
serverless.yml
file custom:
logMetricFilter:
enabled: true
filterPattern: Task timed out after
metricName: TimeOut
metricNameSpace: Lambda
metricValue: 1
serverless.yml
file functions:
exampleFunction:
logMetricFilter: false
Copyright (c) 2021 Salem Qemlas. See the included LICENSE for rights and limitations under the terms of the MIT license.