theBenForce/dynamo-tools

View on GitHub
src/commands/delete.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

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

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

    There are no issues that match your filters.

    Category
    Status