Skip to content

Commit 91a3076

Browse files
authored
feat(events-targets): support ApiGatewayV2 HttpApi (#33864)
### Issue # (if applicable) Closes #26649 ### Description of changes Same logic as ApiGateway v1 target with some differences: | Feature | v1 | v2 | |--------------------------------|------------------------------------|---------------------------------| | _api interface | api.IRestApi | apigwv2.IHttpApi | | default stage if not specified | _restApi.deploymentStage.stageName | _httpApi.defaultStage.stageName | ### Description of how you validated changes Unit + Integ ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 2cff67e commit 91a3076

File tree

15 files changed

+31824
-0
lines changed

15 files changed

+31824
-0
lines changed

packages/@aws-cdk-testing/framework-integ/test/aws-events-targets/test/api-gatewayv2/integ.api-gatewayv2.js.snapshot/ApiGatewayTargetDefaultTestDeployAssert33F7AF34.assets.json

+32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-events-targets/test/api-gatewayv2/integ.api-gatewayv2.js.snapshot/ApiGatewayTargetDefaultTestDeployAssert33F7AF34.template.json

+275
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)