atlassian/localstack

View on GitHub
localstack/ext/java/src/main/java/com/atlassian/localstack/LambdaExecutor.java

Summary

Maintainability
A
1 hr
Test Coverage

Method main has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    @SuppressWarnings("unchecked")
    public static void main(String[] args) throws Exception {
        if(args.length < 2) {
            System.err.println("Usage: java " + LambdaExecutor.class.getSimpleName() +
                    "<lambdaClass> <recordsFilePath>");

    There are no issues that match your filters.

    Category
    Status