This message was deleted.
# typescript
s
This message was deleted.
l
@crooked-laptop-67565 from which version did you upgrade to 1.0.1?
If it was from a version before 1.0.0, you will have to change your imports from
awsx
to
awsx-classic
. The pre-1.0.0 version was a pure Typescript implemented version, while v1.0.0 and later is a Pulumi Package. In this 1.x package, we added the previous version under the
awsx-classic
namespace.
c
Sorry, I had completely missed your reply. Thanks for that 🙂