binoculars/aws-cloudformation-cognito-identity-pool

View on GitHub
index.js

Summary

Maintainability
C
7 hrs
Test Coverage

Function handler has 87 lines of code (exceeds 25 allowed). Consider refactoring.
Open

exports.handler = (event, context, callback) => {
    console.log(event, context);

    const {
        StackId,
Severity: Major
Found in index.js - About 3 hrs to fix

    Function handler has a Cognitive Complexity of 19 (exceeds 5 allowed). Consider refactoring.
    Open

    exports.handler = (event, context, callback) => {
        console.log(event, context);
    
        const {
            StackId,
    Severity: Minor
    Found in index.js - About 2 hrs to fix

    Cognitive Complexity

    Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

    A method's cognitive complexity is based on a few simple rules:

    • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
    • Code is considered more complex for each "break in the linear flow of the code"
    • Code is considered more complex when "flow breaking structures are nested"

    Further reading

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

        function respond(Status, Data, PhysicalResourceId=logStreamName) {
            const responseBody = JSON.stringify({
                Status,
                Reason: `See the details in CloudWatch Log Stream: ${logStreamName}`,
                PhysicalResourceId,
    Severity: Minor
    Found in index.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status