From 0802e38f4d4ed0cac85d0453685ef7938fb6c150 Mon Sep 17 00:00:00 2001 From: Melissa Vagi Date: Fri, 22 Nov 2024 14:05:33 -0700 Subject: [PATCH] Update _data-prepper/pipelines/configuration/processors/aws-lambda.md Signed-off-by: Melissa Vagi --- _data-prepper/pipelines/configuration/processors/aws-lambda.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data-prepper/pipelines/configuration/processors/aws-lambda.md b/_data-prepper/pipelines/configuration/processors/aws-lambda.md index 44602278ba..cf2c9e8c8d 100644 --- a/_data-prepper/pipelines/configuration/processors/aws-lambda.md +++ b/_data-prepper/pipelines/configuration/processors/aws-lambda.md @@ -53,7 +53,7 @@ You can configure the processor using the following configuration options. | `client` | Object | Optional | - | The AWS SDK client configuration. | | `batch` | Object | Optional | - | Optional batch settings for Lambda invocations. | | `response_codec` | Object | Optional | - | The Lambda response parsing configuration. | -| `response_events_match` | Boolean | Optional | `false` | The Lambda response handling behavio | +| `response_events_match` | Boolean | Optional | `false` | The Lambda response handling behavior | | `lambda_when` | String | Optional | - | A conditional expression that determines when to invoke the processor. | | `tags_on_failure` | List | Optional | `[]` | The tags applied on Lambda execution failures. |