Cfn names do not map directly to @pulumi/aws-native names #126
Labels
impact/usability
Something that impacts users' ability to use the product easily and intuitively
kind/bug
Some behavior is incorrect or out of spec
What happened?
Some resources do not map correctly to their
aws-native
equivalents. This occurs both on the resource itself and on the resource properties.Example
Resource Example
AWS::EC2::VPC
maps toaws-native:ec2:VPC
instead ofaws-native:ec2:Vpc
Property example
AWS::ECS::Service.enableECSManagedTags
should map toaws-native:ecs:Service.enableEcsManagedTags
Output of
pulumi about
Additional context
The interop has some utilities for converting cfn names to pulumi names, but it needs to be a copy of the naming package from
aws-native
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: