From c32d6d3a5f4fe02e3db838602eb24adf05f7913f Mon Sep 17 00:00:00 2001 From: Sameer Ajmani Date: Thu, 29 Jan 2015 14:44:46 -0500 Subject: [PATCH] Updated LearnServerProgramming (markdown) --- LearnServerProgramming.md | 1 + 1 file changed, 1 insertion(+) diff --git a/LearnServerProgramming.md b/LearnServerProgramming.md index 8f158972..d98a1389 100644 --- a/LearnServerProgramming.md +++ b/LearnServerProgramming.md @@ -56,6 +56,7 @@ This page links to resources for learning about server programming in Go. The it ### Amazon Web Services +- The [aws-sdk-go](https://github.com/awslabs/aws-sdk-go) repository provides automatically generated AWS clients in Go. It has [official support](http://aws.amazon.com/blogs/aws/coming-soon-aws-sdk-for-go) from Amazon. - [Package goamz](https://wiki.ubuntu.com/goamz) enables Go programs to interact with the Amazon Web Services. - Search packages for [AWS](http://godoc.org/?q=aws) or [Amazon services](http://godoc.org/?q=amazon+service)