Skip to content

Commit f915bfc

Browse files
pchotPiotr Chotkowski
andauthored
Readme update (#3)
* README update Co-authored-by: Piotr Chotkowski <pcchotko@amazon.com>
1 parent a8c75ea commit f915bfc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ and the other way is using AWS CDK [`NodejsFunction`](https://docs.aws.amazon.co
2222
## Architecture
2323
![architecture](doc/architecture.png)
2424

25-
Triggering AWS Lambda function publishes messages to Apache Kafka topic.
26-
Application containerised and deployed to AWS Fargate consumes messages from Kafka topic, processes them and store results in Amazon DynamoDB table.
27-
Both lambda function and consumer application publish logs to Amazon CloudWatch.
25+
Triggering the TransactionHandler Lambda function publishes messages to an Apache Kafka topic.
26+
The application is packaged in a container and deployed to ECS Fargate, consumes messages from the Kafka topic, processes them, and stores the results in an Amazon DynamoDB table.
27+
The KafkaTopicHandler Lambda function is called once during deployment to create Kafka topic. Both the Lambda function and the consumer application publish logs to Amazon CloudWatch.
2828

2929
## Project structure
3030
* [`amazon-msk-java-app-cdk/lib`](amazon-msk-java-app-cdk/lib) - directory containing all [AWS CDK stacks](https://docs.aws.amazon.com/cdk/latest/guide/stacks.html)

0 commit comments

Comments
 (0)