Skip to content

Commit 27f3112

Browse files
committed
Revert "removed contact schema ref"
This reverts commit 9cc0f88.
1 parent 9cc0f88 commit 27f3112

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

msk-lambda-schema-avro-java-sam/MSKAndKafkaClientEC2.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1289,4 +1289,9 @@ Outputs:
12891289
Description: The Topic to use for the Java Lambda Function
12901290
Value: !Ref KafkaTopicForLambda
12911291
Export:
1292-
Name: !Sub "${AWS::StackName}-KafkaTopicForLambda"
1292+
Name: !Sub "${AWS::StackName}-KafkaTopicForLambda"
1293+
ContactSchemaArn:
1294+
Description: ARN of the Contact Schema Registry
1295+
Value: !Ref ContactSchema
1296+
Export:
1297+
Name: !Sub "${AWS::StackName}-ContactSchemaArn"

0 commit comments

Comments
 (0)