theBenForce/dynamo-tools

View on GitHub
src/commands/backup.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function run has 44 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  async run() {
    const { args, flags } = this.parse(Backup);

    const sourceDynamo = new AWS.DynamoDB.DocumentClient({
      region: flags.region,
Severity: Minor
Found in src/commands/backup.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status