Skip to content

Instantly share code, notes, and snippets.

View nirdosh17's full-sized avatar

Nirdosh Gautam nirdosh17

View GitHub Profile
@nirdosh17
nirdosh17 / athena_query.go
Last active June 14, 2019 03:54 β€” forked from kartiksura/main.go
Querying AWS Athena using Golang SDK
package main
import (
"fmt"
"time"
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/session"
"github.com/aws/aws-sdk-go/service/athena"
)