sparse-intern-71089
06/16/2019, 3:09 AMbig-piano-35669
savorAdminsUserPool.js
, file 2 is UserPoolDomain.js
. and file 3 is UserPoolClient.js
, and that the require in file 2 is actually referring to file 1, savorAdminsUserPool.js
?)
If yes, I suspect the module.exports
in file 1 hasn't yet been assigned when it is recursively imported from files 2 and 3 during file 1's own initialization.
I'm still pondering this ... it seems the UserPool needs to exist before either UserPoolDomain or UserPoolClient -- and yet the UserPool needs the domain and client to create the desired email message! Modules aside, this seems like a circular dependency that cannot be broken.average-dream-51210
06/16/2019, 7:22 PM