You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.
Describe the bug ElasticLoadBalancingV2-TargetGroup has required properties of Port, Protocol & VpcId. These are no longer required due to ALB + Lambda.
Describe the bug
ElasticLoadBalancingV2-TargetGroup
has required properties ofPort
,Protocol
&VpcId
. These are no longer required due to ALB + Lambda.See
If the target is a Lambda function, this parameter does not apply.
in https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html#cfn-elasticloadbalancingv2-targetgroup-portTo Reproduce
Steps to reproduce the behavior:
lambda
Expected behavior
A
AWS::ElasticLoadBalancingV2::TargetGroup
can be deployed with a Port, Protocol or VpcId specifiedThe text was updated successfully, but these errors were encountered: