Open AmitThakkar opened 4 years ago
The PR by user @stevecookms would fix this but AWS seem to be slow in incorporating them. In the meantime you're likely better off forking and applying the PR yourself.
Looks like it still doesn't work, the PR is still not merged and there's conflicts now. 😞
As this LBSubnet is list type property I put the same subnet Id as used in Lambda and it works.
I am having the same issue. I am using API gateway as endpoint type and as per the readme file I left LBSubnets values empty. But I am getting the following error message while creating stack:
Parameter validation failed: parameter value for parameter name LBSubnets does not exist, parameter value for parameter name VPCID does not exist, parameter value for parameter name LambdaSubnets does not exist. Rollback requested by user.
I am new to AWS and still learning. Has anyone got the solution?
As documentation suggests:
Subnets where the Application Load Balancer run. Leave it blank if you are using the API Gateway endpoint type.
We leave empty for API Gateway, then we get below error while creating stack:
Parameter validation failed: parameter value for parameter name LBSubnets does not exist. Rollback requested by user.