bbc/sqs-producer

View on GitHub
src/producer.ts

Summary

Maintainability
A
1 hr
Test Coverage
A
94%

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

  private async sendBatch(
    failedMessages?: string[],
    successfulMessages?: SendMessageBatchResultEntry[],
    messages?: (string | Message)[],
    startIndex?: number
Severity: Minor
Found in src/producer.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status