This message was deleted.
# aws
s
This message was deleted.
b
I’m migrating off of awsx . It was bad idea to use it. Now I have to manually delete stuff from the state to switch over to the vanilla packages.
f
Why was it a bad idea to use it? I think the idea of awsx is great, it's just because it consists of remote component resources it's not possible to apply transformations to them - meaning that awsx has to be flexible enough to fit all use cases.
b
It’s never going to be flexible enough and unwinding is hard because now I have to go into the source code to figure out what resources were actually created
m
awsx is not abanonded, although it hasn’t gotten many updates lately. A release with a few bugfixes is coming soon. Contributions are definitely welcome! Regarding finding out what resources it created,
pulumi stack export
should list them.