ysugimoto/aws-lambda-image

View on GitHub
index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function process has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function process(s3Object, callback) {
    const configPath = path.resolve(__dirname, "config.json");
    const fileSystem = new S3FileSystem();
    const processor  = new ImageProcessor(fileSystem, s3Object);
    const config     = new Config(
Severity: Minor
Found in index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status