Fixes GH-22 (https://github.com/spring-projects/spring-integration-aws/issues/22) * Add `KinesisMessageHandler` based on the `AmazonKinesisAsync.putRecordAsync()` operation. The logic is fully similar to the `KafkaProducerMessageHandler` since both protocols pursue the same behavior * Add some Kinesis specific `AwsHeaders` * Upgrade to Gradle 2.14.1