Roberto Novelo
01/04/2022, 3:06 AMUserPool.userPoolId
from @aws-cdk/aws-cognito)
at build time?
The CDK code I have right now only works because I am deploying the next.js site separately from the cdk backend, using the outputs json file generated from the outputs flag.
P.D. Thanks to the SST team for the wonderful tool! I really think SST is the way!Frank
Frank
Frank
AuthStack
with a Cognito user pool and an SSM param with the user pool id
2. It then fetches the SSM value for the user pool id
3. It then creates a WebStack
, currently just console.log
the user pool idFrank
AuthStack
), the user pool id defaults to placeholder
Frank
Roberto Novelo
01/04/2022, 3:15 PM