Created
May 28, 2023 21:34
-
-
Save maskaravivek/57f5da71c7078a942a0e566f5cf07e15 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { aws_cognito as cognito } from "aws-cdk-lib"; | |
| cognitoUserPool.addTrigger(cognito.UserPoolOperation.PRE_SIGN_UP, preSignupLambda) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment