MitocGroup/deep-framework

View on GitHub
src/deep-core/lib/AWS/Lambda/Runtime.js

Summary

Maintainability
B
4 hrs
Test Coverage

Runtime has 27 functions (exceeds 20 allowed). Consider refactoring.
Open

export class Runtime extends Interface {
  /**
   * @param {Object} kernel
   */
  constructor(kernel) {
Severity: Minor
Found in src/deep-core/lib/AWS/Lambda/Runtime.js - About 3 hrs to fix

    Function run has 34 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      run(event, context, lambdaCallback = null) {
        this._context = new Context(context);
        this._request = new Request(event);
    
        if (lambdaCallback) {
    Severity: Minor
    Found in src/deep-core/lib/AWS/Lambda/Runtime.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status