UNPKG

@middy/sqs-partial-batch-failure

Version:

SQS partial batch failure middleware for the middy framework

10 lines (6 loc) 229 B
import type middy from "@middy/core"; interface Options { logger?: (reason: any, record: any) => void; } declare function sqsPartialBatchFailure(options?: Options): middy.MiddlewareObj; export default sqsPartialBatchFailure;