Replies: 1 comment 6 replies
-
@github-actions proposed answer You need to install alpha modules separately, see the docs here for more info. Note that there are multiple alpha modules for ApiGatewayV2, so you can find As for converting CloudFormation to CDK, if you want to do that explicitly you can drop to the L1 Cfn resources found here, since our L1 resources are identical to the CloudFormation ones. Or depending on your exact requirements, you could also use the |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
UPDATE to better explain what I'm trying to accomplish
This is my CDK code:
Which class do I instantiate in the
Integration
property ofWebSocketRouteOptions
to create aAWS
IntegrationType? Look at the documentationLike the following CloudFormation yaml:
Beta Was this translation helpful? Give feedback.
All reactions