Gathering detailed insights and metrics for serverless-logstreaming
Gathering detailed insights and metrics for serverless-logstreaming
Gathering detailed insights and metrics for serverless-logstreaming
Gathering detailed insights and metrics for serverless-logstreaming
Plugin for Serverless-1.x to stream logs to a handler function
npm install serverless-logstreaming
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
7 Stars
11 Commits
1 Watchers
1 Branches
1 Contributors
Updated on Apr 17, 2022
Latest Version
1.1.3
Package Id
serverless-logstreaming@1.1.3
Size
3.61 kB
NPM Version
5.2.0
Node Version
6.10.2
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
This Serverless plugin allows for simple streaming of logs through a given function with the popular Serverless Framework and AWS Lambda.
Currently this plugin ONLY works with the AWS provider.
serverless-logstreaming
to your serverless.yml
file in the root of your serverless projectplugins:
- serverless-logstreaming
functions:
myLogHandler:
description: 'CW Logs handler for Tasks'
handler: handlers/myLogHandler/handler.handler
custom:
logHandler:
function: myLogHandler
And that's all it takes. Now the logs of all your lambda functions will stream through that loghandler.
If you have a function where you don't want to stream logs through the loghandler it's as simple as adding an exception:
functions:
handlerToNotStream:
description: 'This lambda should not stream logs'
loghandler: false
That loghandler: false
will exempt this lambda from streaming through the loghandler function.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/7 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
24 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More