Does anyone have a creative solution to the auth s...
# help
j
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
i make the frontend url deterministic and build it in the auth and frontend stacks (requires custom URL).
f
Two common workarounds to break the cyclic dependency either involves using custom domains as @Derek Kershner suggests, or using SSM.