ysugimoto/aws-lambda-image

View on GitHub
lib/ImageResizer.js

Summary

Maintainability
A
1 hr
Test Coverage

Function exec has 49 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    exec(image) {
        const acl = this.options.acl;

        return new Promise((resolve, reject) => {
            console.log("Resizing to: " + (this.options.directory || "in-place"));
Severity: Minor
Found in lib/ImageResizer.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status