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

bug: code generation issue with ApiGatewayV2 namespace. #650

Open
SankyRed opened this issue Apr 17, 2024 · 0 comments
Open

bug: code generation issue with ApiGatewayV2 namespace. #650

SankyRed opened this issue Apr 17, 2024 · 0 comments

Comments

@SankyRed
Copy link
Contributor

Summary

During the execution of the end-to-end tests for CSharp, the build process consistently fails with the error message: The type or namespace name 'ApiGatewayV2' does not exist in the namespace 'Amazon.CDK.AWS'. Upon further investigation, it appears that there is an issue with the namespace resolution for ApiGatewayV2 within the Amazon.CDK.AWS namespace, leading to the compilation failure.

The code generation is not aligning with the standard naming convention specified in the AWS CDK documentation for ApiGatewayV2, which suggests using Apigatewayv2 (Reference: AWS CDK Documentation).

This discrepancy raises questions regarding the consistency and compatibility across different programming languages supported by AWS CDK, such as TypeScript, Python, and Java. It is essential to investigate whether the import conventions for ApiGatewayV2 in these languages are consistent with the naming convention expected by the CSharp code generation process. If they are consistent, further analysis is needed to understand why the code generation is failing specifically for CSharp.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant