-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Use the AWS SDK for Go to build Go applications that use AWS services.
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 Cloud Compute (Amazon EC2) and Amazon Simple Storage Service (Amazon S3).
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 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.
- For information about everything you need before you start using the AWS SDK for Go, see Setting Up.
- For code examples, see Common Examples.
- For information about the SDK utilities, see SDK Utilities.
- For information about the types and functionality provided by the library, see the 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.