https://pulumi.com logo
Title
r

rough-window-15889

04/30/2022, 2:50 PM
Does anyone else feel like their Typescript Pulumi project is slow? How have you addressed performance issues? Specifically slow to compile. Once it is compiled it seems to run at a reasonable speed.
e

echoing-dinner-19531

04/30/2022, 2:52 PM
Per chance are you using azure?
r

rough-window-15889

04/30/2022, 2:52 PM
Yes
e

echoing-dinner-19531

04/30/2022, 2:55 PM
The type definitions for that are massive and slow down the TS compiler, it's a known problem (although I can't find any issue tracking it). The team keeps thinking how to fix it, but don't have a good answer yet. Someone from our providers team might know of workarounds but I'm afraid I don't know anymore.
r

rough-window-15889

04/30/2022, 2:56 PM
Interesting information. Thank you for that!
c

curved-pharmacist-41509

05/10/2022, 7:00 AM
I started fixing a similar issue with AWS, deep imports are the only way I know how