Skip to content

Commit f005eb8

Browse files
committed
Update MSK patterns
1 parent 37f9c62 commit f005eb8

File tree

4 files changed

+9
-118
lines changed

4 files changed

+9
-118
lines changed

Diff for: msk-lambda-iam-java-sam/example-pattern.json

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"title": "AWS Lambda function subscribed to an Amazon MSK topic using IAM auth",
2+
"title": "AWS Lambda function subscribed to an Amazon MSK topic using IAM auth (Java)",
33
"description": "Creates a Lambda function that uses an Amazon MSK topic as an event source with IAM authentication.",
44
"language": "Java",
55
"level": "200",
@@ -8,11 +8,10 @@
88
"headline": "How it works",
99
"text": [
1010
"This pattern provides a Lambda function along with an Event Source Mapping to a Kafka topic.",
11-
"The Lambda function requires that you already have an Amazon Managed Streaming for Kafka (Amazon MSK) cluster setup with a Kafka topic created. ",
12-
"In this pattern, an AWS CloudFormation template is provided, that installs an Amazon MSK cluster and also creates a Kafka topic.",
11+
"The CloudFormation template provided in this pattern installs an MSK Cluster and creates a Kafka topic.",
1312
"This pattern works with either a Provisioned or Serverless MSK cluster as long as the cluster is configured to use IAM authentication. ",
14-
"For detailed deployment instructions instructions see the README."
15-
]
13+
"For detailed deployment instructions instructions see the README.md"
14+
]
1615
},
1716
"gitHub": {
1817
"template": {
@@ -24,6 +23,10 @@
2423
},
2524
"resources": {
2625
"bullets": [
26+
{
27+
"text": "Amazon MSK cluster pattern",
28+
"link": "https://serverlessland.com/patterns/msk-cfn-sasl-lambda"
29+
},
2730
{
2831
"text": "Using AWS Lambda with Amazon MSK",
2932
"link": "https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html"

Diff for: msk-lambda-iam-java-sam/msk-lambda-iam-java-sam.json

-110
This file was deleted.

Diff for: msk-lambda-iam-node-sam/example-pattern.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"title": "AWS Lambda function subscribed to an Amazon MSK topic using IAM auth",
2+
"title": "AWS Lambda function subscribed to an Amazon MSK topic using IAM auth (Node)",
33
"description": "Creates a Lambda function that uses an Amazon MSK topic as an event source with IAM authentication.",
44
"language": "Node.js",
55
"level": "200",
@@ -8,7 +8,6 @@
88
"headline": "How it works",
99
"text": [
1010
"This pattern provides a Lambda function along with an Event Source Mapping to a Kafka topic.",
11-
"It requires that you already have an Amazon Managed Streaming for Kafka(Amazon MSK) cluster setup with a Kafka topic created.",
1211
"The CloudFormation template provided in this pattern installs an MSK Cluster and creates a Kafka topic.",
1312
"This pattern works with either a Provisioned or Serverless MSK cluster as long as the cluster is configured to use IAM authentication. ",
1413
"For detailed deployment instructions instructions see the README.md"

Diff for: msk-lambda-iam-python-sam/example-pattern.json

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"headline": "How it works",
99
"text": [
1010
"This pattern provides a Lambda function along with an Event Source Mapping to a Kafka topic.",
11-
"It requires that you already have an Amazon Managed Streaming for Kafka(Amazon MSK) cluster setup with a Kafka topic created.",
1211
"The CloudFormation template provided in this pattern installs an MSK Cluster and creates a Kafka topic.",
1312
"This pattern works with either a Provisioned or Serverless MSK cluster as long as the cluster is configured to use IAM authentication. ",
1413
"For detailed deployment instructions instructions see the README.md"

0 commit comments

Comments
 (0)