https://pulumi.com logo
r

rapid-belgium-4304

06/07/2023, 11:23 PM
Is it me or do these not exist?
awsx.elasticloadbalancingv2
awsx.ecs.Cluster
If it's not just me, is there a branch where this has been updated? https://github.com/pulumi/examples/tree/master/aws-ts-stackreference-architecture
l

little-cartoon-10569

06/07/2023, 11:26 PM
Check the versions of awsx used in your code compared to the examples. Your code is probably >=1.0.0, and the examples are >=0.40.0.
You can use the old code from the new dependency by adding classic after awsx.
awsx.classic.ecs.Cluster
exists (probably 😉 ).
It would be nice if the classic package was also documented in the awsx docs...