What happened to Amazon.CDK.AWS.Apigatewayv2.Integrations.HttpAlbIntegration? #28255
Labels
@aws-cdk/aws-apigatewayv2-integrations
Related to AWS APIGatewayv2 Integrations
bug
This issue is a bug.
effort/medium
Medium work item – several days of effort
p2
Describe the bug
https://github.com/aws/aws-cdk/releases/tag/v2.112.0
Looks like 2.112.0 finally make Amazon.CDK.AWS.Apigatewayv2 official.
On dropping the alpha libraries from Visual Studio, appears the entire Amazon.CDK.AWS.Apigatewayv2.Integrations namespace is missing and HttpAlbIntegration cannot be found.
Expected Behavior
HttpAlbIntegration still available. This is what we use to integrate HTTP API to our backend ALB.
Current Behavior
HttpAlbIntegration missing from Amazon.CDK.Lib.
Reproduction Steps
Update Amazon.CDK.Lib package to 2.113.0. Drop Amazon.CDK.AWS.Apigatewayv2.Alpha packages.
Possible Solution
No response
Additional Information/Context
Looked through several pages of past alpha versions and didn't see anything breaking about HttpAlbIntegration.
CDK CLI Version
2.111.0
Framework Version
.NET 6.0
Node.js Version
18.9.0
OS
Windows 11
Language
.NET
Language Version
C# 10
Other information
The independent Amazon.CDK.AWS.Apigatewayv2 packages available are for CDK 1.
The text was updated successfully, but these errors were encountered: