Customize RecordType
Is your feature request related to a problem? A description of what the problem is. For example: I'm frustrated when [...]
More customization with CloudMap service discovery setting to include recordType: SRV to allow connection with HTTP API-Gateway.
Describe the solution you'd like A description of what you want to happen. Allow for additional customization for Appmesh to CloudMap mapping something like below:
serviceDiscovery: awsCloudMap: namespaceName: {{ .Values.hostname }} serviceName: {{ .Values.serviceName }} routingPolicy: MULTIVALUE recordType: SRV ttl: 60 healthCheckConfiguration: CUSTOM
Describe alternatives you've considered A description of any alternative solutions or features you've considered. we have considered using NLB with HTTP VPC Link, but want a direct connection to API Gateway.
@hemandee Can you elaborate on what the problem is here ?