

# Code examples for Amazon Keyspaces using AWS SDKs
<a name="service_code_examples"></a>

The following code examples show how to use Amazon Keyspaces with an AWS software development kit (SDK). 

*Basics* are code examples that show you how to perform the essential operations within a service.

*Actions* are code excerpts from larger programs and must be run in context. While actions show you how to call individual service functions, you can see actions in context in their related scenarios.

For a complete list of AWS SDK developer guides and code examples, see [Using this service with an AWS SDK](sdk-general-information-section.md). This topic also includes information about getting started and details about previous SDK versions.

**Contents**
+ [Basics](service_code_examples_basics.md)
  + [Hello Amazon Keyspaces](example_keyspaces_Hello_section.md)
  + [Learn the basics](example_keyspaces_Scenario_GetStartedKeyspaces_section.md)
  + [Actions](service_code_examples_actions.md)
    + [`CreateKeyspace`](example_keyspaces_CreateKeyspace_section.md)
    + [`CreateTable`](example_keyspaces_CreateTable_section.md)
    + [`DeleteKeyspace`](example_keyspaces_DeleteKeyspace_section.md)
    + [`DeleteTable`](example_keyspaces_DeleteTable_section.md)
    + [`GetKeyspace`](example_keyspaces_GetKeyspace_section.md)
    + [`GetTable`](example_keyspaces_GetTable_section.md)
    + [`ListKeyspaces`](example_keyspaces_ListKeyspaces_section.md)
    + [`ListTables`](example_keyspaces_ListTables_section.md)
    + [`RestoreTable`](example_keyspaces_RestoreTable_section.md)
    + [`UpdateTable`](example_keyspaces_UpdateTable_section.md)