Skip to content

Commit 074037f

Browse files
committed
Amend pattern
1 parent 544c868 commit 074037f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

msk-lambda-schema-avro-java-sam/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ You should get a message "Successfully created/updated stack - <StackName> in <R
118118

119119
## Test the sample application
120120

121-
Once the Lambda functions are deployed, you can test the application by invoking the producer Lambda function, which generates Avro-formatted messages to the MSK topic. The consumer Lambda function will then automatically process these messages.
121+
Once the Lambda functions are deployed, you can test the application by invoking the producer Lambda function, which generates Avro-formatted messages to the MSK topic. The consumer Lambda function automatically processes these messages.
122122

123-
### Invoke the producer Lambda function using the AWS SAM CLI
123+
### Invoke the producer Lambda function
124124

125125
You can invoke the producer Lambda function using AWS SAM CLI with the following command:
126126

@@ -138,7 +138,7 @@ Look for entries showing:
138138

139139
You can also invoke the function using the AWS Console, or AWS CLI.
140140

141-
### Verify the results
141+
### Verify the processing results from the consumer Lambda function
142142

143143
View the consumer Lambda function logs using the Amazon CloudWatch logs console or CLI within the EC2 instance:
144144
```

0 commit comments

Comments
 (0)