Skip to content

Latest commit

 

History

History
 
 

cluster_management

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Aurora DSQL Ruby SDK code examples

Overview

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

Run the examples

Prerequisites

  • Ruby version >=3.3 is needed

Setup test running environment

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

Run the example tests

In a terminal run the following command from the crud_example folder:

bundle install

rspec

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

SPDX-License-Identifier: MIT-0