colbygk/certificate-monitor

View on GitHub
lambda.js

Summary

Maintainability
A
1 hr
Test Coverage

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

exports.handler = (event, context, callback) => {
    log.info('event:',event);
    var proxyResponse = Object({
        headers: {},
        statusCode: 200,
Severity: Minor
Found in lambda.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status