Skip to content

Commit

Permalink
chore: change billing option (#336)
Browse files Browse the repository at this point in the history
* chore: remove table level provisioning

* chore: change billing option
  • Loading branch information
rileydcampbell authored Nov 6, 2023
1 parent 4f1ea73 commit 6a4f732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ export const PROD_INDEX_CAPACITY: IndexCapacityConfig = {
}

export const PROD_TABLE_CAPACITY: TableCapacityConfig = {
order: { billingMode: BillingMode.PROVISIONED },
order: { billingMode: BillingMode.PAY_PER_REQUEST },
nonce: { billingMode: BillingMode.PROVISIONED, readCapacity: 2000, writeCapacity: 1000 },
}

0 comments on commit 6a4f732

Please sign in to comment.