Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save maskaravivek/57f5da71c7078a942a0e566f5cf07e15 to your computer and use it in GitHub Desktop.
Save maskaravivek/57f5da71c7078a942a0e566f5cf07e15 to your computer and use it in GitHub Desktop.
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