KoteiIto / node-athena

a nodejs simple aws athena client
MIT License
105 stars 73 forks source link

Support for query result encryption #39

Closed SkyHacks closed 5 years ago

SkyHacks commented 5 years ago

Objective:

Add support for optional query result encryption as described by the SDK.

Summary:

Note: For some reason, the build step added imports for ResultConfiguration and EncryptionConfiguration to request.ts from the SDK even though they are not being referenced.

Testing:

A new test was added to maintain code coverage levels. All tests still passing.

=============================== Coverage summary ===============================
Statements   : 95.12% ( 195/205 )
Branches     : 80.39% ( 82/102 )
Functions    : 100% ( 25/25 )
Lines        : 95.9% ( 187/195 )
================================================================================
KoteiIto commented 5 years ago

Thank you!