(aws-events-targets): No target for ApiGatewayV2 HttpApi #26649
Labels
@aws-cdk/aws-events-targets
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p1
Describe the feature
EventBridge supports targeting APIGateway API as a event target. But
aws-events-targets
package only supports v1-styleRestApi
. I would like to use v2-styleHttpApi
as the event target.Use Case
Creating private integration from Apigateway to an ALB is now super convenient with
aws-apigatewayv2-integrations-alpha
but I would need to connect that APIgw HttpApi to EventBridge target.Proposed Solution
I wonder if I should just use the
url
of theHttpApi
asApiDestination
instead of hoping to use thetarget.ApiGateway
? Or is there a simple way to implement HttpApi support for a Eventbridge target?Other Information
No response
Acknowledgements
CDK version used
2.89.0
Environment details (OS name and version, etc.)
Mac Ventura 13.4.1
The text was updated successfully, but these errors were encountered: