Skip to content

Commit a47c1ea

Browse files
committed
httpApiGateway is set as default
1 parent 2285de3 commit a47c1ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cdk/src/main/java/airhacks/apigateway/boundary/LambdaApiGatewayStack.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ public static class LambdaApiGatewayBuilder {
1616

1717
public LambdaApiGatewayBuilder(InfrastructureBuilder builder) {
1818
this.builder = builder;
19+
this.httpApiGateway = true;
1920
}
2021

2122
public LambdaApiGatewayBuilder withRestAPI() {

0 commit comments

Comments
 (0)