evalphobia/aws-sdk-go-v2-wrapper

View on GitHub
dynamodb/client__raw_api.go

Summary

Maintainability
B
5 hrs
Test Coverage

DynamoDB has 41 methods (exceeds 20 allowed). Consider refactoring.
Open

func (svc *DynamoDB) RawBatchGetItem(ctx context.Context, in *SDK.BatchGetItemInput) (*SDK.BatchGetItemResponse, error) {
    return svc.client.BatchGetItemRequest(in).Send(ctx)
}
Severity: Minor
Found in dynamodb/client__raw_api.go - About 5 hrs to fix

    There are no issues that match your filters.

    Category
    Status