VSI Guess likely we will need to add Post confirmation Trigger in our userPool lambdaTriggers: { postConfirmation: props.addUserPostConfirmation, },Comment·Article·Apr 4, 2023·The AWS CDK Guide to Authentication and Authorization for Frontend Developers
VSconst userDB = createUserTable(this, { appName: context.appName, env: context.environment, addUserFunc, }) addUserFunc seems to be redundant hereComment·Article·Apr 3, 2023·AWS CDK for Frontend Developers: Databases and Serverless Functions