Looking to implement httpApi AWS_PROXY (EventBridg...
# help
d
Looking to implement httpApi AWS_PROXY (EventBridge) for a specific route on
sst.Api
…. just looking at the src for
sst.Api
though and it looks like it uses both CDK v1 and CDK v2? is that right? Anyone know of a way to get Service integrations (Event Bridge) working with 
@aws-cdk/aws-apigatewayv2-alpha
 ?
f
Hey @Dan Van Brunt, I don’t have working code at hand, but the idea is something like this: 1. create an
HttpIntegration
with config similar to this https://github.com/aws/aws-cdk/pull/18154/files#diff-47759a0c234b0dc3cdd6c3420929cefd980742a24b3aaadb0be5565737d4f31aR264-R273 2. create an
HttpRoute
like this https://docs.aws.amazon.com/cdk/api/v2/docs/@aws-cdk_aws-apigatewayv2-alpha.HttpRoute.html#example