This message was deleted.
# general
s
This message was deleted.
q
As I understand it, the awsx.classic is the old typescript-only version of awsx, which is there for compatibility reasons. The awsx package in general provides some higher-level components that make some things easier than using the plain aws provider but you can mix aws and awsx if you want.
b
Ahh… In this case, I presume I should not be using any of the stuff in
awsx.classic.*
in a new project and should only mix between the
aws
and
awsx
top-level components, right?
q
Yes, that should be the approach I believe
👍 1
💯 1
b
Thank you, @quaint-hydrogen-7228!🙏