mirror of
https://github.com/swift-server/swift-aws-lambda-runtime.git
synced 2026-05-03 07:22:27 +00:00
Bump Amazon RDS version 19 PG 17 (#561)
Update SwiftServiceLifeCycle example to use Postgres 17 (PG 15 is going to be deprecated on Amazon RDS)
This commit is contained in:
committed by
GitHub
parent
191e27b0a0
commit
303559d9ed
@@ -120,7 +120,7 @@ Resources:
|
||||
DBInstanceIdentifier: servicelifecycle-postgres
|
||||
DBInstanceClass: db.t3.micro
|
||||
Engine: postgres
|
||||
EngineVersion: '15.7'
|
||||
EngineVersion: '17.6'
|
||||
MasterUsername: !Join ['', ['{{resolve:secretsmanager:', !Ref DatabaseSecret, ':SecretString:username}}']]
|
||||
MasterUserPassword: !Join ['', ['{{resolve:secretsmanager:', !Ref DatabaseSecret, ':SecretString:password}}']]
|
||||
DBName: !Ref DBName
|
||||
|
||||
Reference in New Issue
Block a user