From 7e7ddd1b4b15ad4090445d585e0ab334c37c99ac Mon Sep 17 00:00:00 2001 From: Shreya Gangishetty Date: Wed, 27 Nov 2019 16:23:35 -0800 Subject: [PATCH] fix: destination config link --- versions/2016-10-31.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions/2016-10-31.md b/versions/2016-10-31.md index 765681372..3ae631062 100644 --- a/versions/2016-10-31.md +++ b/versions/2016-10-31.md @@ -510,7 +510,7 @@ MaximumBatchingWindowInSeconds | `integer` | The maximum amount of time to gathe MaximumRetryAttempts | `integer` | The number of times to retry a record before it is bypassed. If an `OnFailure` destination is set, metadata describing the records will be sent to the destination. If no destination is set, the records will be bypassed BisectBatchOnFunctionError | `boolean` | A boolean flag which determines whether a failed batch will be split in two after a failed invoke. MaximumRecordAgeInSeconds | `integer` | The maximum age of a record that will be invoked by Lambda. If an `OnFailure` destination is set, metadata describing the records will be sent to the destination. If no destination is set, the records will be bypassed -DestinationConfig | [DestinationConfig Object](destination-config-object) | Expired record metadata/retries and exhausted metadata is sent to this destination after they have passed the defined limits. +DestinationConfig | [DestinationConfig Object](#destination-config-object) | Expired record metadata/retries and exhausted metadata is sent to this destination after they have passed the defined limits. ParallelizationFactor | `integer` | Allocates multiple virtual shards, increasing the Lambda invokes by the given factor and speeding up the stream processing. **NOTE:** `SQSSendMessagePolicy` or `SNSPublishMessagePolicy` needs to be added in `Policies` for publishing messages to the `SQS` or `SNS` resource mentioned in `OnFailure` property