Ludovic VUE
05/10/2022, 7:49 PMuserPool
object is and comes from (as a value).
When i look into the CDK IUserPool
interface i am affraid to have to collect and build this massive object!
I hope we can do something from the Auth construct return value to build this object.
Do you know if it is possible? I didn't find any example of a AppSync + Cognito User Pool Authorization mode example on the web.
If we could simply do a userPool.attachPermissionsForAuthUsers([api]);
like for API Gateways it would be really nice!Ludovic VUE
05/10/2022, 10:41 PMuserPool.cdk.userPool
(could be usefull to use it from the documentation instead of just userPool
i think)Frank
Frank