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 0ec3208 commit b248489Copy full SHA for b248489
packages/batch/src/types.ts
@@ -95,7 +95,7 @@ type PartialItemFailures = { itemIdentifier: string };
95
type PartialItemFailureResponse = { batchItemFailures: PartialItemFailures[] };
96
97
/**
98
- * Configuration options for {@link BatchProcessor | `BatchProcessor`} parser integration.
+ * Configuration options for {@link BatchProcessor} parser integration.
99
*
100
* When enabling parser integration, you must provide {@link parser} along with either `schema` or `innerSchema`.
101
* Import `parser` from `@aws-lambda-powertools/batch/parser`.
0 commit comments