Peter Enns
Results
2
issues of
Peter Enns
 
### Describe the bug This snippet fails to compile: ``` const vpces = new VpcEndpointService(this, 'Id', { vpcEndpointServiceLoadBalancers: [nlb], }); vpces.applyRemovalPolicy(RemovalPolicy.RETAIN); ``` ### Expected Behavior Build succeeds, and the Cloudformation...
feature-request
@aws-cdk/aws-iam
effort/small
p3