Skip to content

Commit

Permalink
Merge pull request aws-samples#98 from cykhoo0108/postgres-serverless…
Browse files Browse the repository at this point in the history
…-fix

Fix Aurora PostgreSQL Serverless Error
  • Loading branch information
cykhoo0108 authored Apr 30, 2024
2 parents 263a286 + 2a6e2b6 commit 7eadb5c
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 7eadb5c

Please sign in to comment.