Does anyone have a creative solution to the auth stack needs to know the URL of the frontend stack and the frontend stack needs to know the details of the cognito pool?
d
Derek Kershner
06/16/2022, 2:59 AM
i make the frontend url deterministic and build it in the auth and frontend stacks (requires custom URL).
f
Frank
06/16/2022, 3:29 AM
Two common workarounds to break the cyclic dependency either involves using custom domains as @Derek Kershner suggests, or using SSM.