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 6cb6a23 commit 8d55308Copy full SHA for 8d55308
examples/servers/auth/lib/mcp-auth.ts
@@ -299,8 +299,8 @@ export class McpAuthStack extends cdk.Stack {
299
},
300
deployOptions: {
301
stageName: "prod",
302
- throttlingRateLimit: 1,
303
- throttlingBurstLimit: 5,
+ throttlingRateLimit: 5,
+ throttlingBurstLimit: 10,
304
305
deploy: true,
306
cloudWatchRole: false,
0 commit comments