Skip to content

Commit

Permalink
Fix Aurora PostgreSQL Serverless Error
Browse files Browse the repository at this point in the history
  • Loading branch information
cykhoo0108 committed Apr 30, 2024
1 parent 998a51c commit 2a6e2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/rds/drivers/RdsCommon.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ def _checkIfAurora(self):
self.results['ConsiderAurora'] = [-1, self.engine]

def _checkHasGravitonOption(self):
if self.isCluster == True:
if self.isCluster == True or self.isServerless == True:
return

## valid Graviton List
Expand Down

0 comments on commit 2a6e2b6

Please sign in to comment.