We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cc0f88 commit 27f3112Copy full SHA for 27f3112
msk-lambda-schema-avro-java-sam/MSKAndKafkaClientEC2.yaml
@@ -1289,4 +1289,9 @@ Outputs:
1289
Description: The Topic to use for the Java Lambda Function
1290
Value: !Ref KafkaTopicForLambda
1291
Export:
1292
- Name: !Sub "${AWS::StackName}-KafkaTopicForLambda"
+ 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