Skip to content

Commit 6a4f732

Browse files
chore: change billing option (#336)
* chore: remove table level provisioning * chore: change billing option
1 parent 4f1ea73 commit 6a4f732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ export const PROD_INDEX_CAPACITY: IndexCapacityConfig = {
1616
}
1717

1818
export const PROD_TABLE_CAPACITY: TableCapacityConfig = {
19-
order: { billingMode: BillingMode.PROVISIONED },
19+
order: { billingMode: BillingMode.PAY_PER_REQUEST },
2020
nonce: { billingMode: BillingMode.PROVISIONED, readCapacity: 2000, writeCapacity: 1000 },
2121
}

0 commit comments

Comments
 (0)