awslabs / dynamodb-streams-kinesis-adapter

The Amazon DynamoDB Streams Adapter implements the Amazon Kinesis interface so that your application can use KCL to consume and process data from a DynamoDB stream.
Apache License 2.0
97 stars 37 forks source link

Removing DynamoDBLocal Repo to s3 (Default should Maven central) #58

Open shetsa-amzn opened 10 months ago

shetsa-amzn commented 10 months ago

Issue #, if available:

Removing DynamoDBLocal Repo to s3 (Default should Maven central)

Description of changes:

DynamoDB Local team does not publish any new changes to Maven S3 Repo going forward, since migrating to Maven Central.

Hence removing the reference to S3 repo, it will fallback to Maven Central Repo.

https://mvnrepository.com/artifact/com.amazonaws/DynamoDBLocal

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

nicksia-vgw commented 4 months ago

We should merge this change - this fixes an issue causing the library build to fail.