Gathering detailed insights and metrics for serverless-plugin-offline-kinesis-stream
Gathering detailed insights and metrics for serverless-plugin-offline-kinesis-stream
Gathering detailed insights and metrics for serverless-plugin-offline-kinesis-stream
Gathering detailed insights and metrics for serverless-plugin-offline-kinesis-stream
npm install serverless-plugin-offline-kinesis-stream
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
2 Stars
8 Commits
1 Forks
4 Watchers
1 Branches
4 Contributors
Updated on Oct 14, 2022
Latest Version
1.0.3
Package Id
serverless-plugin-offline-kinesis-stream@1.0.3
Unpacked Size
8.03 kB
Size
3.14 kB
File Count
4
NPM Version
8.5.5
Node Version
16.15.0
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
4
Serverless framework offline plugin to support kinesis stream
This plugin pull from kinesis stream and trigger serverless function if any records detected.
Install package
1$ npm install --save serverless-plugin-offline-kinesis-stream
Add following config to serverless.yml file.
1plugins: 2 - serverless-plugin-offline-dynamodb-stream 3 - serverless-plugin-offline-kinesis-stream 4custom: 5 dynamodbStream: 6 host: {LOCAL_DYNAMODB_HOST} 7 port: {LOCAL_DYNAMODB_PORT} 8 streams: 9 - table: {TABLE_NAME} 10 functions: 11 - {FUNCTION_NAME} 12 kinesisStream: 13 host: {LOCAL_KINESIS_HOST} 14 port: {LOCAL_KINESIS_PORT} 15 intervalMillis: 5000 16 streams: 17 - streamName: {STREAM_NAME} 18 functions: 19 - {FUNCTION_NAME}
Ensure your local kinesis is up and running, or you coulde also consider using kinesalite before starting your serverless offline process.
1$ serverless offline start
1$ git clone https://github.com/orchestrated-io/serverless-plugin-offline-kinesis-stream.git
1$ npm install
Action | Usage |
---|---|
Linting code | npm run lint |
Running unit tests | npm run jest |
Running code coverage | npm run coverage |
Running lint + tests | npm test |
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
Found 1/6 approved changesets -- score normalized to 1
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- 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
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