.. service:: Kinesis

To learn about the Amazon Kinesis API, see the `Amazon Kinesis Developer Guide <http://docs.aws.amazon.com/kinesis/latest/dev/kinesis-using-api-java.html>`_.

Creating a stream
-----------------

The main resource in Amazon Kinesis is the stream. To create a stream you need to decide on a stream name and shard
count.

.. example:: Kinesis/Integration/Kinesis_20131104_Test.php testCreateStream

.. apiref:: Kinesis
