Skip to content

Commit

Permalink
feat: enable rds Performance Insights
Browse files Browse the repository at this point in the history
The default of 7 days is free so there's no reason not to enable it.
  • Loading branch information
lart2150 committed Mar 10, 2024
1 parent d010ac4 commit 116fc97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions skeleton/templates/cdk/src/api-stack.ts.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export class ApiStack extends Stack {
instanceType: InstanceType.of(InstanceClass.BURSTABLE3, InstanceSize.MEDIUM),
autoMinorVersionUpgrade: true,
allowMajorVersionUpgrade: true,
enablePerformanceInsights: true,
}),
defaultDatabaseName: "api",
backup: {
Expand Down

0 comments on commit 116fc97

Please sign in to comment.