I'm trying to create an "AWS::ElasticLoadBalancingV2::TargetGroup" with a 'lambda' Target through my Cloudformation Template.
If I don't specify a port then I get an error that the field port is required
But if I do specify the port with target type "lambda" I get the error that the port should not be specified for target type lambda...
How can I automate through CFT or aws cli commands to create a targetgroup pointing to my lambdas ARN?