Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What happened to Amazon.CDK.AWS.Apigatewayv2.Integrations.HttpAlbIntegration? #28255

Closed
icelava opened this issue Dec 5, 2023 · 4 comments
Closed
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

Comments

@icelava
Copy link

icelava commented Dec 5, 2023

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.

@icelava icelava added bug This issue is a bug. needs-triage This issue or PR still needs to be triaged. labels Dec 5, 2023
@github-actions github-actions bot added the @aws-cdk/aws-apigatewayv2-integrations Related to AWS APIGatewayv2 Integrations label Dec 5, 2023
@Dreamescaper
Copy link

Hopefully fixed in #28239.

@pahud
Copy link
Contributor

pahud commented Dec 5, 2023

Yes this could relate to #28250 and is expected be fixed in the next release.

I am closing this issue for now. Feel free to reopen if any concerns.

@pahud pahud closed this as completed Dec 5, 2023
@pahud pahud added p2 effort/medium Medium work item – several days of effort and removed needs-triage This issue or PR still needs to be triaged. labels Dec 5, 2023
Copy link

github-actions bot commented Dec 5, 2023

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

@icelava
Copy link
Author

icelava commented Dec 13, 2023

So apparently 2.114.0 is suppose to include the sub-modules and namespaces.

https://github.com/aws/aws-cdk/releases/tag/v2.114.0

But on downloading Amazon.CDK.Lib 2.114.1, the Amazon.CDK.AWS.Apigatewayv2.Integrations namespace is still missing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

3 participants