Skip to content

Commit

Permalink
chore: remove provisioned db capacity (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
rileydcampbell authored Nov 6, 2023
1 parent 270b275 commit cbb3857
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import dotenv from 'dotenv'
import 'source-map-support/register'
import { SUPPORTED_CHAINS } from '../lib/util/chain'
import { STAGE } from '../lib/util/stage'
import { PROD_INDEX_CAPACITY, PROD_TABLE_CAPACITY } from './config'
import { PROD_TABLE_CAPACITY } from './config'
import { SERVICE_NAME } from './constants'
import { APIStack } from './stacks/api-stack'
import { IndexCapacityConfig, TableCapacityConfig } from './stacks/dynamo-stack'
Expand Down Expand Up @@ -181,7 +181,6 @@ export class APIPipeline extends Stack {
THROTTLE_PER_FIVE_MINS: '3000',
},
tableCapacityConfig: PROD_TABLE_CAPACITY,
indexCapacityConfig: PROD_INDEX_CAPACITY,
})

const prodUsEast2AppStage = pipeline.addStage(prodUsEast2Stage)
Expand Down

0 comments on commit cbb3857

Please sign in to comment.