Skip to content

Commit

Permalink
chore: remove table level provisioning (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
rileydcampbell authored Nov 6, 2023
1 parent cbb3857 commit 4f1ea73
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, readCapacity: 2000, writeCapacity: 100 },
order: { billingMode: BillingMode.PROVISIONED },
nonce: { billingMode: BillingMode.PROVISIONED, readCapacity: 2000, writeCapacity: 1000 },
}

0 comments on commit 4f1ea73

Please sign in to comment.