Files

12 lines
223 B
JavaScript
Raw Permalink Normal View History

2025-04-20 06:59:32 -06:00
'use strict';
const awsCaBundle = require('aws-ssl-profiles');
/**
* @deprecated
* Please, use [**aws-ssl-profiles**](https://github.com/mysqljs/aws-ssl-profiles).
*/
exports['Amazon RDS'] = {
ca: awsCaBundle.ca,
};