Skip to content

Commit

Permalink
fix(apigatewayv2): export newly graduated apigatewayv2 modules
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreenbow authored Dec 4, 2023
1 parent 47a09b5 commit 88cd646
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/aws-cdk-lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ export * as aws_amplify from './aws-amplify';
export * as aws_amplifyuibuilder from './aws-amplifyuibuilder';
export * as aws_apigateway from './aws-apigateway';
export * as aws_apigatewayv2 from './aws-apigatewayv2';
export * as aws_apigatewayv2_authorizers from './aws-apigatewayv2-authorizers';
export * as aws_apigatewayv2_integrations from './aws-apigatewayv2-integrations';
export * as aws_appconfig from './aws-appconfig';
export * as aws_appflow from './aws-appflow';
export * as aws_appintegrations from './aws-appintegrations';
Expand Down

0 comments on commit 88cd646

Please sign in to comment.