File tree Expand file tree Collapse file tree 2 files changed +3
-14
lines changed
src/main/java/airhacks/apigateway/control Expand file tree Collapse file tree 2 files changed +3
-14
lines changed Original file line number Diff line number Diff line change 28
28
<artifactId >aws-cdk-lib</artifactId >
29
29
<version >2.134.0</version >
30
30
</dependency >
31
- <!-- alpha versions for HttpApi gateway integration-->
32
- <dependency >
33
- <groupId >software.amazon.awscdk</groupId >
34
- <artifactId >apigatewayv2-alpha</artifactId >
35
- <version >2.114.1-alpha.0</version >
36
- </dependency >
37
- <dependency >
38
- <groupId >software.amazon.awscdk</groupId >
39
- <artifactId >apigatewayv2-integrations-alpha</artifactId >
40
- <version >2.114.1-alpha.0</version >
41
- </dependency >
42
31
<dependency >
43
32
<groupId >software.constructs</groupId >
44
33
<artifactId >constructs</artifactId >
Original file line number Diff line number Diff line change 4
4
5
5
import airhacks .apigateway .boundary .LambdaApiGatewayStack .LambdaApiGatewayBuilder ;
6
6
import software .amazon .awscdk .CfnOutput ;
7
+ import software .amazon .awscdk .aws_apigatewayv2_integrations .HttpLambdaIntegration ;
7
8
import software .amazon .awscdk .services .apigateway .EndpointConfiguration ;
8
9
import software .amazon .awscdk .services .apigateway .EndpointType ;
9
10
import software .amazon .awscdk .services .apigateway .LambdaRestApi ;
10
- import software .amazon .awscdk .services .apigateway .VpcLink ;
11
- import software .amazon .awscdk .services .apigatewayv2 .alpha .HttpApi ;
12
- import software .amazon .awscdk .services .apigatewayv2 .integrations .alpha .HttpLambdaIntegration ;
11
+ import software .amazon .awscdk .services .apigatewayv2 .HttpApi ;
12
+ import software .amazon .awscdk .services .apigatewayv2 .*;
13
13
import software .amazon .awscdk .services .ec2 .IVpc ;
14
14
import software .amazon .awscdk .services .ec2 .InterfaceVpcEndpoint ;
15
15
import software .amazon .awscdk .services .ec2 .InterfaceVpcEndpointAwsService ;
You can’t perform that action at this time.
0 commit comments