This message was deleted.
# typescript
s
This message was deleted.
g
I often use functions for this. You can check out our EKS package for some examples of this: https://github.com/pulumi/pulumi-eks/blob/master/nodejs/eks/cluster.ts#L1135 You’ll notice that this file is still quite long, but all those supporting functions could be moved to separate files.
c
Thanks @gorgeous-egg-16927 🙂