Skip to content

Commit

Permalink
fix: fixing db
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonNotJson committed Dec 30, 2022
1 parent 4ea28bc commit d7dde4e
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 @@ -132,7 +132,7 @@ export class DynamoDatabase extends Construct {
encryption: dynamodb.TableEncryption.DEFAULT,
removalPolicy: RemovalPolicy.RETAIN,
sortKey: { name: 'created_at', type: dynamodb.AttributeType.STRING },
tableName: 'forum-comments',
tableName: 'forum-comment',
readCapacity: 10,
writeCapacity: 7,
pointInTimeRecovery: true,
Expand Down

0 comments on commit d7dde4e

Please sign in to comment.