|
8 | 8 | "headline": "How it works", |
9 | 9 | "text": [ |
10 | 10 | "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 topic created. If you don't already have an MSK cluster ", |
12 | | - "you can use the example in this pattern https://serverlessland.com/patterns/msk-cfn-sasl-lambda (linked in the resources) to deploy a cluster.", |
| 11 | + "It requires that you already have an Amazon Managed Streaming for Kafka(Amazon MSK) cluster setup with a Kafka topic created.", |
| 12 | + "The CloudFormation template provided in this pattern installs an MSK Cluster and creates a Kafka topic.", |
13 | 13 | "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 " |
| 14 | + "For detailed deployment instructions instructions see the README.md" |
15 | 15 | ] |
16 | 16 | }, |
17 | 17 | "gitHub": { |
|
24 | 24 | }, |
25 | 25 | "resources": { |
26 | 26 | "bullets": [ |
27 | | - { |
28 | | - "text": "Amazon MSK Cluster pattern", |
29 | | - "link": "https://serverlessland.com/patterns/msk-cfn-sasl-lambda" |
30 | | - }, |
31 | 27 | { |
32 | 28 | "text": "Using AWS Lambda with Amazon MSK", |
33 | 29 | "link": "https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html" |
|
58 | 54 | ] |
59 | 55 | }, |
60 | 56 | "authors": [ |
| 57 | + { |
| 58 | + "name": "Indranil Banerjee", |
| 59 | + "bio": "AWS - Senior Solutions Architect", |
| 60 | + "linkedin": "https://www.linkedin.com/in/indranil-banerjee-b00a261/" |
| 61 | + }, |
61 | 62 | { |
62 | 63 | "name": "Vaibhav Jain", |
63 | 64 | "bio": "AWS - Sr. Application Architect", |
|
70 | 71 | "image": "https://www.fintail.me/images/pa.jpg", |
71 | 72 | "linkedin": "https://www.linkedin.com/in/pallam/" |
72 | 73 | }, |
73 | | - { |
| 74 | + { |
74 | 75 | "name": "Suraj Tripathi", |
75 | 76 | "bio": "AWS - AppDev Cloud Consultant", |
76 | 77 | "linkedin": "https://www.linkedin.com/in/suraj-tripathi-01b49a140/" |
|
79 | 80 | "name": "Adam Wagner", |
80 | 81 | "bio": "AWS - Principal Serverless Solutions Architect", |
81 | 82 | "linkedin": "https://www.linkedin.com/in/adam-wagner-4bb412/" |
82 | | - }, |
83 | | - { |
84 | | - "name": "Indranil Banerjee", |
85 | | - "bio": "AWS - Senior Solutions Architect", |
86 | | - "linkedin": "https://www.linkedin.com/in/indranil-banerjee-b00a261/" |
87 | 83 | } |
88 | 84 | ] |
89 | 85 | } |
|
0 commit comments