From 6f37bfdb03142f46a7a4d13e308bee10e0512215 Mon Sep 17 00:00:00 2001 From: Julian Wood Date: Tue, 23 Jan 2024 13:54:24 +0000 Subject: [PATCH] Update kinesis-data-stream-lambda-esm-cdk-python.json --- .../kinesis-data-stream-lambda-esm-cdk-python.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kinesis-data-stream-lambda-esm-cdk-python/kinesis-data-stream-lambda-esm-cdk-python.json b/kinesis-data-stream-lambda-esm-cdk-python/kinesis-data-stream-lambda-esm-cdk-python.json index 8498f9453..6fa9b9c13 100644 --- a/kinesis-data-stream-lambda-esm-cdk-python/kinesis-data-stream-lambda-esm-cdk-python.json +++ b/kinesis-data-stream-lambda-esm-cdk-python/kinesis-data-stream-lambda-esm-cdk-python.json @@ -7,7 +7,7 @@ "introBox": { "headline": "How it works", "text": [ - "This pattern demonstrates the ability configure Amazon Kinesis as an event source for AWS Lambda to use event filtering to control which records are sent to your function for processing.", + "This pattern shows how to configure Amazon Kinesis as an event source for AWS Lambda and use event filtering to control which records are sent to your function for processing.", "This pattern deploys a Kinesis data stream and Lambda functions that are subscribed to the stream with different event filter configurations." ] }, @@ -26,11 +26,11 @@ "link": "https://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html" }, { - "text": "Lambda event source mappings", + "text": "AWS Lambda event source mappings", "link": "https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventsourcemapping.html" }, { - "text": "Filtering Kinesis events", + "text": "Filtering Amazon Kinesis events", "link": "https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventfiltering.html" } ] @@ -47,7 +47,7 @@ }, "cleanup": { "text": [ - "cdk destroy" + "Delete the stack: cdk destroy --all." ] }, "authors": [