Spring Integration Extension for AWS 1.1.0 M1 Available
On behalf of the Spring Integration community I’d like to announce the first Milestone of Spring Integration Extension for Amazon Web Services version 1.1
. Its artifact is spring-integration-aws.1.1.0.M1
, which is available in the Milestone Repository.
Of course, first of all, big thanks to you, the community, for your contributions!
Some highlights of the features included to this Milestone:
Kinesis Support
The KinesisMessageDrivenChannelAdapter
and KinesisMessageHandler
are provided to integrate with the Amazon Kinesis. The former is pretty simple and allow to emit data into a Kinesis stream. All the information for the target PutRecordRequest
can be determined from the request Message
…