(aws-elasticloadbalancingv2-targets): stickiness.enabled
not supported for HTTPS
target group type
#17774
Labels
@aws-cdk/aws-elasticloadbalancingv2-targets
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
p1
What is the problem?
When creating an
ApplicationTargetGroup
for aLambdaTarget
by using thenew ApplicationTargetGroup({...})
constructor,stickiness.enabled
is by default specified (true/false), but is not supported for a 'HTTPS' target group typeReproduction Steps
What did you expect to happen?
Should create a TargetGroup that works with LambdaTargets
What actually happened?
Creates a TargetGroup with
CDK CLI Version
2.0.0-rc.33 (build 336ff5e)
Framework Version
No response
Node.js Version
v14.16.1
OS
macOS Big Sur 11.4
Language
Typescript
Language Version
3.9.10
Other information
It can be worked-around by manually deleting this option:
The text was updated successfully, but these errors were encountered: