diff --git a/src/main.ts b/src/main.ts index 12b00d2..dcfc958 100644 --- a/src/main.ts +++ b/src/main.ts @@ -6,7 +6,7 @@ export class CdkNotfifierFeatureStackExample extends Stack { super(scope, id, props); new dynamodb.Table(this, 'Table', { - tableName: `Table-${branchName}`, + tableName: `Table-rename-${branchName}`, partitionKey: { name: 'id', type: dynamodb.AttributeType.STRING }, billingMode: dynamodb.BillingMode.PAY_PER_REQUEST, });