:point_up_2:This issue is caused by requiring a mo...
# aws
r
👆This issue is caused by requiring a module within a function in pulumi's
createClosure.js
. I moved this line outside the function to the top of the module, and it works now. However I'm wondering what's a better solution?