Philipp

Results 2 comments of Philipp

I thought so, but the ```ConsulCatalogWatch``` publishes a ```HeartbeatEvent ``` not a ```RefreshEvent``` and the CatalogService-Response just contains service-names and tags, no address, port etc.

Hi. I hope this feature will come soon. One real workaround is this: ``` Transform: - AWS::LanguageExtensions ... TemplateBody: Fn::ToJsonString: 'Fn::Transform': Name: 'AWS::Include' Parameters: Location: template-without-shorthand-functions.yaml ``` By this solution...