Getting Started

June 20, 2025 ยท View on GitHub

Minimum Requirements

Before using the AWS Advanced Go Wrapper, you must install:

  • GoLang 1.24.0

If you are using the AWS Advanced Go Wrapper as part of a Go project, include one of the wrapper's available drivers as a dependency.

Note

Depending on which features of the AWS Advanced Go Wrapper you use, you may have additional requirements. Please refer to this table for more information.

Obtaining the AWS Advanced Go Wrapper

You can use go get to obtain the AWS Advanced Go Wrapper.

To obtain the Aws Advanced Go Wrapper pgx driver:

go get github.com/aws/aws-advanced-go-wrapper/pgx-driver@latest

To obtain the Aws Advanced Go Wrapper Go-MySQL-Driver driver:

go get github.com/aws/aws-advanced-go-wrapper/mysql-driver@latest

Using the AWS Advanced Go Wrapper

For more detailed information about how to use and configure the AWS Advanced Go Wrapper, please visit this page.