Skip to content

Instantly share code, notes, and snippets.

View JavaHutt's full-sized avatar

Alex JavaHutt

  • Georgia, Tbilisi
View GitHub Profile
@JavaHutt
JavaHutt / main.go
Created April 21, 2022 10:34
Querying AWS Athena using Golang SDK v2
package main
import (
"context"
"fmt"
"log"
"time"
"github.com/aws/aws-sdk-go-v2/aws"
"github.com/aws/aws-sdk-go-v2/config"