Skip to content

Commit 3c8a2e3

Browse files
authored
fix: Change dbInstanceClass for postgres to small to be compatible with postgres 13.3 (#655)
2 parents a106459 + 79bfdce commit 3c8a2e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aws-node-graphql-and-rds/resource/PostgreSqlRDSInstance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ Properties:
55
MasterUserPassword: ${self:custom.PASSWORD}
66
AllocatedStorage: 20
77
DBName: ${self:custom.DB_NAME}
8-
DBInstanceClass: db.t2.micro
8+
DBInstanceClass: db.t4g.small
99
VPCSecurityGroups:
1010
- !GetAtt ServerlessSecurityGroup.GroupId
1111
DBSubnetGroupName:
1212
Ref: ServerlessSubnetGroup
1313
Engine: postgres
14-
PubliclyAccessible: true
14+
PubliclyAccessible: true

0 commit comments

Comments
 (0)