We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d23b178 commit 5d9d203Copy full SHA for 5d9d203
packages/batch/src/processPartialResponse.ts
@@ -70,7 +70,7 @@ import type {
70
* @param event The event object containing the batch of records
71
* @param recordHandler Async function to process each record from the batch
72
* @param processor Batch processor instance to handle the batch processing
73
- * @param options Batch processing options, which can vary with chosen batch processor implementation
+ * @param options Batch processing options, see {{@link BatchProcessingOptions}}
74
*/
75
const processPartialResponse = async <T extends BasePartialBatchProcessor>(
76
event: { Records: BaseRecord[] },
0 commit comments