Skip to content

Commit

Permalink
fix: Change dbInstanceClass for postgres to small to be compatible …
Browse files Browse the repository at this point in the history
…with postgres 13.3 (#655)
  • Loading branch information
pgrzesik authored Oct 28, 2021
2 parents a106459 + 79bfdce commit 3c8a2e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws-node-graphql-and-rds/resource/PostgreSqlRDSInstance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ Properties:
MasterUserPassword: ${self:custom.PASSWORD}
AllocatedStorage: 20
DBName: ${self:custom.DB_NAME}
DBInstanceClass: db.t2.micro
DBInstanceClass: db.t4g.small
VPCSecurityGroups:
- !GetAtt ServerlessSecurityGroup.GroupId
DBSubnetGroupName:
Ref: ServerlessSubnetGroup
Engine: postgres
PubliclyAccessible: true
PubliclyAccessible: true

0 comments on commit 3c8a2e3

Please sign in to comment.