We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93aa84d commit 91a3c21Copy full SHA for 91a3c21
cognito-lambda-dynamodb/cdk/lib/cdk-stack.ts
@@ -58,6 +58,8 @@ export class CdkStack extends cdk.Stack {
58
this.userPool = new Cognito.UserPool(this, "UserPool", {
59
userPoolName: "USER-POOL",
60
selfSignUpEnabled: true,
61
+ deletionProtection: false,
62
+ removalPolicy: cdk.RemovalPolicy.DESTROY,
63
autoVerify: {
64
email: true,
65
},
0 commit comments