* GH-66: Add DynamoDbLockRegistry implementation Fixes https://github.com/spring-projects/spring-integration-aws/issues/66 * * Remove `Lifecycle` from `DynamoDbLockRegistry` in favor of a thread execution in the `afterPropertiesSet()` * Fix `lock()` interruptibility logic * * Remove `mavenLocal()` since the upstream PR is merged * decrease an amount of expectations in the Kinesis test * * Upgrade to SC-AWS-2.0.0.RC2 * * Add Docs for the `DynamoDbLockRegistry`