The code examples in this topic show you how to use the AWS Go SDK with DSQL to create, read, update, and delete clusters.
- Go version >= 1.21
- AWS credentials file is configured
Ensure you are authenticated with AWS credentials. No other setup is needed besides having Go installed.
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