Skip to content

Instantly share code, notes, and snippets.

View adrientiburce's full-sized avatar
🏠
Working from home

Adrien Tiburce adrientiburce

🏠
Working from home
View GitHub Profile
@Tamal
Tamal / main.go
Created August 19, 2016 03:42
Connect local dynamodb using Golang
package main
import (
"log"
"net/http"
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/session"
"github.com/aws/aws-sdk-go/service/dynamodb"
)