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 9e0745d commit 4921546Copy full SHA for 4921546
ai-chat-api/serverless.yml
@@ -7,7 +7,7 @@ stages:
7
customDomainNameChatApi: chat.${param:customDomainName}
8
dynamoDbUsageTableName: ${self:service}-usage-table-${sls:stage}
9
throttleMonthlyLimitUser: 20
10
- throttleMonthlyLimitGlobal: 2000
+ throttleMonthlyLimitGlobal: 4000
11
12
provider:
13
name: aws
0 commit comments