Simon Reilly
06/14/2021, 7:36 AMsst.Auth
construct, but I don't need an identity pool. reason for using the construct is; it handles permissions for triggers, creates the user pool, creates the app client, has sensible defaults. Reason I am not using identity pools is because I am working with multi-tenancy and need to create policies for data isolation. Is there any way to turn identity pool generation off for the Auth construct?Frank
Simon Reilly
06/14/2021, 8:47 AMFrank
UserPool
(might call it UserPoolAuth
) construct that doesn’t have the identity pool stuff in there.Frank
Auth
or UserPoolAuth
.Frank
Auth
(the recommended way, might be a bit biased here)Frank
UserPoolAuth
.Frank
UserPoolAuth
also comes with an easy way to create triggers, etc.Simon Reilly
06/14/2021, 9:11 AMFrank
Simon Reilly
06/15/2021, 6:32 AM