Trioxis/aws-backup-manager

View on GitHub
src/CloudWatchLogger.js

Summary

Maintainability
A
1 hr
Test Coverage

Function checkAndCreateLogStream has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

let checkAndCreateLogStream = (group, stream) => {
    var cloudwatchlogs = new AWS.CloudWatchLogs();

    return new Promise((resolve, reject) => {
        cloudwatchlogs.describeLogStreams({
Severity: Minor
Found in src/CloudWatchLogger.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status