kojiisd / aws-lambda-athena

24 stars 13 forks source link

lambda use Athena #3

Open codeat opened 6 years ago

codeat commented 6 years ago

Hi,I want to use Lambda to create Athena partition through JDBC, so by using this project , could I realise the function what I have mentioned above.

kojiisd commented 6 years ago

I am not sure but you can use my code with following page's knowledge.

http://docs.aws.amazon.com/athena/latest/ug/athena-jdbc-driver-jdk-examples.html

My current github code is focusing on just "SELECT" statement. So if you want to use my code for the other statements, you need to modify.