sparse-intern-71089
04/24/2023, 10:13 PMlittle-cartoon-10569
04/25/2023, 8:25 PMnumerous-carpenter-4252
04/25/2023, 8:26 PMnumerous-carpenter-4252
04/25/2023, 8:37 PMthis.userPool = new aws.cognito.UserPool(
namespaced(name, "usr-pool"),
{ emailConfiguration: emailConfig,
autoVerifiedAttributes: ["email"],
usernameAttributes: ["email"],
schemas: [
{
attributeDataType: "String",
name: "email",
mutable: false,
required: true,
stringAttributeConstraints: {
minLength: "1",
maxLength: "256",
},
},
{
attributeDataType: "String",
name: "userType",
mutable: true,
stringAttributeConstraints: {
minLength: "1",
maxLength: "256",
},
},
],
lambdaConfig: {
postConfirmation: getFunctionArn(args.lambdaPostConfirmation),
customMessage: getFunctionArn(args.lambdaCustomMessage),
},
},
resourceOpts
);
little-cartoon-10569
04/25/2023, 8:41 PMpulumi up
with --refresh
? Or run a refresh occasionally?numerous-carpenter-4252
04/25/2023, 8:45 PMnumerous-carpenter-4252
04/25/2023, 8:46 PMlittle-cartoon-10569
04/25/2023, 8:48 PMlittle-cartoon-10569
04/25/2023, 8:48 PMnumerous-carpenter-4252
04/25/2023, 8:49 PMnumerous-carpenter-4252
04/25/2023, 8:49 PMlittle-cartoon-10569
04/25/2023, 8:50 PMnumerous-carpenter-4252
04/25/2023, 8:51 PM