Skip to content

Commit e1a2ea9

Browse files
committed
added the transformer in the docstring
1 parent 751214e commit e1a2ea9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/batch/src/BatchProcessor.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ import type { BaseRecord, FailureResponse, SuccessResponse } from './types.js';
131131
* const processor = new BatchProcessor(EventType.SQS, {
132132
* parser,
133133
* innerSchema: myItemSchema,
134+
* transformer: 'json'
134135
* });
135136
*
136137
* const recordHandler = async (record) => {

0 commit comments

Comments
 (0)