We announced
What is the AWS SDK for Go
The AWS SDK for Go provides APIs and utilities that developers can use to build Go applications that use AWS services, such as Amazon Elastic Compute Cloud (Amazon EC2) and Amazon Simple Storage Service (Amazon S3).
Note
This document is for version 1 of the AWS SDK for Go. If you're looking for version 2 of the SDK, see the
version 2 developer guide
The SDK removes the complexity of coding directly against a web service interface. It hides a lot of the lower-level plumbing, such as authentication, request retries, and error handling.
The SDK also includes helpful utilities. For example, the Amazon S3 download and upload manager can automatically break up large objects into multiple parts and transfer them in parallel.
Use the AWS SDK for Go Developer Guide to help you install, configure, and use the SDK. The guide provides configuration information, sample code, and an introduction to the SDK utilities.
Using the AWS SDK for Go with AWS Cloud9
AWS Cloud9 is a web-based integrated development environment (IDE) that contains a collection of tools that you use to code, build, run, test, debug, and release software in the cloud.
See Using AWS Cloud9 with the AWS SDK for Go for information on using AWS Cloud9 with the AWS SDK for Go.
More Info
-
To learn about everything you need before you can start using the AWS SDK for Go, see Getting Started with the AWS SDK for Go.
-
For code examples, see AWS SDK for Go Code Examples.
-
You can browse the AWS SDK for Go examples in the aws-doc-sdk-examples
repo on GitHub. -
To learn about the SDK utilities, see Using the AWS SDK for Go Utilities.
-
For learn about the types and functionality that the library provides, see the AWS SDK for Go API Reference.
-
To view a video introduction of the SDK and a sample application demonstration, see AWS SDK for Go: Gophers Get Going with AWS
from AWS re:Invent 2015.
Maintenance and support for SDK major versions
Maintenance and support for SDK major versions
For information about maintenance and support for SDK major versions and their underlying dependencies, see the following in the AWS SDKs and Tools Reference Guide: