Skip to content

Commit ef20127

Browse files
authored
Merge branch 'master' into dynamodb_recordhandler_handle_exception
2 parents d5bb871 + a33c2d1 commit ef20127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation_testing/cdk_federation_infra_provisioning/app/lib/stacks/rds-generic-stack.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ export class RdsGenericStack extends cdk.Stack {
181181
if (db_type == 'mysql') {
182182
return rds.DatabaseClusterEngine.auroraMysql({version:rds.AuroraMysqlEngineVersion.VER_3_04_1});
183183
} else if (db_type == 'postgresql') {
184-
return rds.DatabaseClusterEngine.auroraPostgres({version:rds.AuroraPostgresEngineVersion.VER_15_4});
184+
return rds.DatabaseClusterEngine.auroraPostgres({version:rds.AuroraPostgresEngineVersion.VER_15_10});
185185
} else {
186186
throw new Error("unsupported rds engine version");
187187
}

0 commit comments

Comments
 (0)