

There are more AWS SDK examples available in the [AWS Doc SDK Examples](https://github.com/awsdocs/aws-doc-sdk-examples) GitHub repo.

# Basic examples for Amazon Keyspaces using AWS SDKs
<a name="keyspaces_code_examples_basics"></a>

The following code examples show how to use the basics of Amazon Keyspaces (for Apache Cassandra) with AWS SDKs. 

**Contents**
+ [Hello Amazon Keyspaces](keyspaces_example_keyspaces_Hello_section.md)
+ [Learn the basics](keyspaces_example_keyspaces_Scenario_GetStartedKeyspaces_section.md)
+ [Actions](keyspaces_code_examples_actions.md)
  + [`CreateKeyspace`](keyspaces_example_keyspaces_CreateKeyspace_section.md)
  + [`CreateTable`](keyspaces_example_keyspaces_CreateTable_section.md)
  + [`DeleteKeyspace`](keyspaces_example_keyspaces_DeleteKeyspace_section.md)
  + [`DeleteTable`](keyspaces_example_keyspaces_DeleteTable_section.md)
  + [`GetKeyspace`](keyspaces_example_keyspaces_GetKeyspace_section.md)
  + [`GetTable`](keyspaces_example_keyspaces_GetTable_section.md)
  + [`ListKeyspaces`](keyspaces_example_keyspaces_ListKeyspaces_section.md)
  + [`ListTables`](keyspaces_example_keyspaces_ListTables_section.md)
  + [`RestoreTable`](keyspaces_example_keyspaces_RestoreTable_section.md)
  + [`UpdateTable`](keyspaces_example_keyspaces_UpdateTable_section.md)