(aws-certificatemanager): Typo name in packages with hyphen (-) #33037
Labels
@aws-cdk/aws-certificatemanager
Related to Amazon Certificate Manager
documentation
This is a problem with documentation.
p2
Describe the issue
Some TypeScript packages with
-
seems to be changed to_
on the public documentationExample:
aws-certificatemanager
-->aws_certificatemanager
aws-apigatewayv2
-->aws_apigatewayv2
aws-xray
-->aws_xray
Source: https://github.com/aws/aws-cdk/tree/main/packages/aws-cdk-lib
Copy incorrect package name from the doc gave me error
Cannot find module 'aws-cdk-lib/aws_certificatemanager' or its corresponding type declarations.
Links
https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_certificatemanager.CertificateValidation.html
The text was updated successfully, but these errors were encountered: