Skip to content

Commit

Permalink
update the dynamodb table name for conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
raylrui committed May 30, 2024
1 parent 833702b commit 3968239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/stacks/bclConvertManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { RemovalPolicy } from 'aws-cdk-lib';
import { BclConvertTableStackProps } from '../../lib/workload/stateful/stacks/bclconvert-dynamo-db/deploy/stack';
import { BclConvertManagerStackProps } from '../../lib/workload/stateless/stacks/bclconvert-manager/deploy/stack';

const dynamodbTableName = 'IcaEventTranslatorTable';
const dynamodbTableName = 'BclConvertManagerTranslatorTable';

export const getBclConvertManagerTableStackProps = (stage: AppStage): BclConvertTableStackProps => {
return {
Expand Down

0 comments on commit 3968239

Please sign in to comment.