-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Labels
@aws-cdk/aws-apigatewayv2-integrationsRelated to AWS APIGatewayv2 IntegrationsRelated to AWS APIGatewayv2 Integrationsclosed-for-stalenessThis issue was automatically closed because it hadn't received any attention in a while.This issue was automatically closed because it hadn't received any attention in a while.effort/mediumMedium work item – several days of effortMedium work item – several days of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2
Description
:Question: -->
While declaring AWS::ApiGatewayV2::Integration resource to create an integration with SQS, the option IntegrationSubtype is available in CloudFormation documentation =>
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-integration.html#cfn-apigatewayv2-integration-integrationsubtype
However, the construct IntegrationSubtype is not available while working with CDK =>
https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-apigatewayv2.CfnIntegration.html
I need to configure IntegrationSubtype with CDK.
Is this a limitation on the CDK end here, as CloudFormation already supports the subtype key?
or Is there any alternative to workaround this such that I can configure IntegrationSubtype using CDK ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-apigatewayv2-integrationsRelated to AWS APIGatewayv2 IntegrationsRelated to AWS APIGatewayv2 Integrationsclosed-for-stalenessThis issue was automatically closed because it hadn't received any attention in a while.This issue was automatically closed because it hadn't received any attention in a while.effort/mediumMedium work item – several days of effortMedium work item – several days of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2