UNPKG

athena-express

Version:

Athena-Express makes it easier to execute SQL queries on Amazon Athena by consolidating & astracting several methods in the AWS SDK

9 lines (6 loc) 180 B
// Load modules. var AthenaExpress = require("./athenaExpress"); // Expose Strategy. exports = module.exports = AthenaExpress; // Exports. exports.AthenaExpress = AthenaExpress;