

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

The following code examples show how to use Kinesis with an Amazon 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 Amazon SDK developer guides and code examples, see [Using this service with an Amazon 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)
  + [Learn the basics](example_kinesis_Scenario_GettingStarted_section.md)
  + [Actions](service_code_examples_actions.md)
    + [`AddTagsToStream`](example_kinesis_AddTagsToStream_section.md)
    + [`CreateStream`](example_kinesis_CreateStream_section.md)
    + [`DeleteStream`](example_kinesis_DeleteStream_section.md)
    + [`DeregisterStreamConsumer`](example_kinesis_DeregisterStreamConsumer_section.md)
    + [`DescribeStream`](example_kinesis_DescribeStream_section.md)
    + [`GetRecords`](example_kinesis_GetRecords_section.md)
    + [`GetShardIterator`](example_kinesis_GetShardIterator_section.md)
    + [`ListStreamConsumers`](example_kinesis_ListStreamConsumers_section.md)
    + [`ListStreams`](example_kinesis_ListStreams_section.md)
    + [`ListTagsForStream`](example_kinesis_ListTagsForStream_section.md)
    + [`PutRecord`](example_kinesis_PutRecord_section.md)
    + [`PutRecords`](example_kinesis_PutRecords_section.md)
    + [`RegisterStreamConsumer`](example_kinesis_RegisterStreamConsumer_section.md)
+ [Serverless examples](service_code_examples_serverless_examples.md)
  + [Invoke a Lambda function from a Kinesis trigger](example_serverless_Kinesis_Lambda_section.md)
  + [Reporting batch item failures for Lambda functions with a Kinesis trigger](example_serverless_Kinesis_Lambda_batch_item_failures_section.md)