Is it me or do these not exist? `awsx.elasticloadb...
# general
r
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
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...