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 d84abc6 commit 4e3c4eaCopy full SHA for 4e3c4ea
cdk/lib/cognito-passwordless.ts
@@ -87,13 +87,13 @@ export class Passwordless extends Construct {
87
*
88
* @default 1000
89
*/
90
- throttlingBurstLimit?: 1000;
+ throttlingBurstLimit?: number;
91
/**
92
* The throttling rate limit for the deployment stage: https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-request-throttling.html
93
94
* @default 2000
95
96
- throttlingRateLimit?: 2000;
+ throttlingRateLimit?: number;
97
98
* Create a log role for API Gateway and add this to API Gateway account settings?
99
* Set to false if you have already set this up in your account and region,
0 commit comments