Skip to content

Latest commit

 

History

History
 
 

cluster_management

Aurora DSQL Go SDK code examples

Overview

The code examples in this topic show you how to use the AWS Go SDK with DSQL to create, read, update, and delete clusters.

Run the examples

Prerequisites

  • Go version >= 1.21
  • AWS credentials file is configured

Setup test running environment

Ensure you are authenticated with AWS credentials. No other setup is needed besides having Go installed.

Run the example tests

In a terminal run the following commands:

# Use the account credentials dedicated for golang
go env -w GOPROXY=direct
go test

Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.

SPDX-License-Identifier: MIT-0