This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am samstr on github. | |
* I am wirah (https://keybase.io/wirah) on keybase. | |
* I have a public key whose fingerprint is 6137 3223 B112 4198 8F77 5358 6AB2 875D 8274 9876 | |
To claim this, I am signing this object: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* utils/aws/rds.ts */ | |
import { Client } from 'pg'; | |
import type { QueryResult } from 'pg'; | |
interface AnyObject { | |
[key: string]: any; | |
} | |
export enum RdsSource { |