How do I tell SST to create an identity pool and no user pool?
a
Adrian Schweizer
06/19/2022, 4:19 PM
It seems the aws cdk identitypool construct is not in the cognito module until it's stabilized. Not sure if it's even possible at the moment with the SST Auth construct. Maybe you could just let it make a user pool and not care about it?
f
Frank
06/20/2022, 5:44 AM
Yeah the SST Auth construct always create a user pool.