We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2285de3 commit a47c1eaCopy full SHA for a47c1ea
cdk/src/main/java/airhacks/apigateway/boundary/LambdaApiGatewayStack.java
@@ -16,6 +16,7 @@ public static class LambdaApiGatewayBuilder {
16
17
public LambdaApiGatewayBuilder(InfrastructureBuilder builder) {
18
this.builder = builder;
19
+ this.httpApiGateway = true;
20
}
21
22
public LambdaApiGatewayBuilder withRestAPI() {
0 commit comments