Skip to content

Commit

Permalink
fix: database custom tablename deployment error (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
LIEN-YUHSIANG authored Nov 10, 2023
1 parent 4a3c42e commit 7742ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/constructs/persistence/database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export class DynamoDatabase extends Construct {
encryption: dynamodb.TableEncryption.DEFAULT,
removalPolicy: RemovalPolicy.RETAIN,
timeToLiveAttribute: 'ttl',
tableName: 'waseda-user-profile',
tableName: 'waseda-profile',
readCapacity: 1,
writeCapacity: 1,
},
Expand Down

0 comments on commit 7742ab7

Please sign in to comment.