Does anyone have an idea if something needs to be ...
# java
b
Does anyone have an idea if something needs to be done to use AWS Crosswalk on Pulumi? I pretty much run into an issue with the AWSX Resource URN no matter what I end up using:
Copy code
java.lang.IllegalArgumentException: expected qualified type to have 1 or 2 parts, split by '\$', got 'awsx:ecs:FargateService, awsx:ecs:FargateTaskDefinition, aws:ecs/taskDefinition:TaskDefinition'
        at com.pulumi.core.internal.Objects.require(Objects.java:34)
        at com.pulumi.core.internal.Objects.require(Objects.java:48)
        at com.pulumi.core.internal.Urn$QualifiedTypeName.parse(Urn.java:184)
        at com.pulumi.core.internal.Urn.parse(Urn.java:137)
        at com.pulumi.serialization.internal.Deserializer.tryDeserializeResource(Deserializer.java:365)
...
I've filed an issue for this in GitHub - https://github.com/pulumi/pulumi-java/issues/1045 ; I'm just a little surprised that I couldn't find a single other GitHub issue with the same issue as mine, given that this makes AWSX pretty much not work with the java SDK. And this does make me suspect that it's probably something I'm doing wrong