MitocGroup/deep-framework

View on GitHub
src/deep-event/lib/Driver/KinesisDriver.js

Summary

Maintainability
A
1 hr
Test Coverage

Function _push has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  _push(events) {
    if (events.length <= 0) {
      return Promise.resolve();
    } else if (events.length > KinesisDriver.MAX_PUT_LENGTH) {
      return Promise.all(
Severity: Minor
Found in src/deep-event/lib/Driver/KinesisDriver.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status