troyblank / api

CDK config for all static project's server APIs
0 stars 0 forks source link

Make tables cheaper #12

Closed troyblank closed 9 months ago

troyblank commented 11 months ago

Due to tables not being used very often it is beneficial cost to add the following

capacity mode On-demand

otherwise

billingMode: BillingMode.PAY_PER_REQUEST,

troyblank commented 9 months ago

This is resolved with this PR > https://github.com/troyblank/api/pull/15