From 57c89cfe455d7d1f78865db586fe8679ad6f8dbb Mon Sep 17 00:00:00 2001 From: Alejandro Leal Date: Wed, 19 Jan 2022 12:10:17 -0500 Subject: [PATCH] fix:Updating comment --- events/README_KinesisDataAnalytics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/events/README_KinesisDataAnalytics.md b/events/README_KinesisDataAnalytics.md index 3789f97e..6225294c 100644 --- a/events/README_KinesisDataAnalytics.md +++ b/events/README_KinesisDataAnalytics.md @@ -1,6 +1,6 @@ # Sample function -The following is an example for an Application Destination Lambda function that receives Amazon Kinesis Data Analytics event records as an input. To send Kinesis Data Analytics output records the Lamdbda function must be compliant with the (required input and return data models)[https://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-output-lambda.html], so the handler returns a list of delivery statuses for each record. +The following is an example for an Application Destination Lambda function that receives Amazon Kinesis Data Analytics event records as an input. To send Kinesis Data Analytics output records the Lambda function must be compliant with the (required input and return data models)[https://docs.aws.amazon.com/kinesisanalytics/latest/dev/how-it-works-output-lambda.html], so the handler returns a list of delivery statuses for each record. The following Lambda function receives Amazon Kinesis Data Analytics event record data as an input and writes some of the record data to CloudWatch Logs. For each entry it adds an element to the response slice, marking it delivered. When the logic considers the delivery to be failed the `events.KinesisAnalyticsOutputDeliveryFailed` value should be used for the response `Result` field.