This message was deleted.
# typescript
s
This message was deleted.
l
The awsx equivalent of
aws.ec2.Vpc.get()
is
awsx.ec2.Vpc.fromExistingIds()
. Update your code and see if it helps?
c
ah yeah that works. I don't see an equivalent method for
awsx.ecs.Cluster
however...
l
I have found that the awsx packages don't offer many advantages for existing infra. If you're going to import or use as-is, you might just stick with the core features. If there's bits of the awsx code you would benefit from, maybe you could copy it?
👍 1
c
thanks Paul!