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
On the aws-alb-lambda it says you can specify ApplicationLoadBalancerProps, but says the following This cannot specify a VPC, it will use the VPC in existingVpc or the VPC created by the construct. .
I tried to all ApplicationLoadBalancerProps without a vpc so I can specify what subnets I want the ALB to be created in, but I get an error, saying 'vpc' is a required field.
When I add a vpc, the same as the existing_vpc property. I also get an error: Specify any existing VPC at the construct level, not within loadBalancerProps.
Thanks for opening the issue. The package aws-alb-lambda is part of https://github.com/awslabs/aws-solutions-constructs repository. This issue should be opened in that repository. Looks like we cannot transfer this issue to that repository. Please open a new issue in that repository so that you get updates as issue is being worked upon.
Describe the bug
On the aws-alb-lambda it says you can specify ApplicationLoadBalancerProps, but says the following
This cannot specify a VPC, it will use the VPC in existingVpc or the VPC created by the construct.
.I tried to all ApplicationLoadBalancerProps without a vpc so I can specify what subnets I want the ALB to be created in, but I get an error, saying 'vpc' is a required field.
When I add a vpc, the same as the existing_vpc property. I also get an error:
Specify any existing VPC at the construct level, not within loadBalancerProps.
My Code:
Expected Behavior
I can add ApplicationLoadBalancerProps to AlbToLambda construct
Current Behavior
I cannot add ApplicationLoadBalancerProps to AlbToLambda construct without getting an error
Reproduction Steps
Try to deploy an AlbToLambda construct using ApplicationLoadBalancerProps as a property
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.143
Framework Version
No response
Node.js Version
n/a
OS
Linux
Language
Python
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: