Skip to content

Commit

Permalink
Update kinesis-data-stream-lambda-esm-cdk-python.json
Browse files Browse the repository at this point in the history
  • Loading branch information
julianwood authored Jan 23, 2024
1 parent b5adcdf commit 6f37bfd
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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."
]
},
Expand All @@ -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"
}
]
Expand All @@ -47,7 +47,7 @@
},
"cleanup": {
"text": [
"cdk destroy"
"Delete the stack: <code>cdk destroy --all</code>."
]
},
"authors": [
Expand Down

0 comments on commit 6f37bfd

Please sign in to comment.