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 4f1ea73 commit 6a4f732Copy full SHA for 6a4f732
bin/config.ts
@@ -16,6 +16,6 @@ export const PROD_INDEX_CAPACITY: IndexCapacityConfig = {
16
}
17
18
export const PROD_TABLE_CAPACITY: TableCapacityConfig = {
19
- order: { billingMode: BillingMode.PROVISIONED },
+ order: { billingMode: BillingMode.PAY_PER_REQUEST },
20
nonce: { billingMode: BillingMode.PROVISIONED, readCapacity: 2000, writeCapacity: 1000 },
21
0 commit comments