arjunkomath/lambda-api-gateway-response

View on GitHub
index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function ApiGatewayResponse has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

let ApiGatewayResponse = function (callback) {
    // Lambda callback function
    this.callback = callback;

    // Default response
Severity: Minor
Found in index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status