awslabs / dynamodb-cross-region-library

A library to facilitate cross-region replication with Amazon DynamoDB Streams.
Apache License 2.0
275 stars 98 forks source link

connector/tablecopy task image missing from repository #27

Closed jseed closed 8 years ago

jseed commented 8 years ago

The dockerfile and scripts necessary to deploy an image for the tablecopy and connector task image are not included in the repository. Ideally they would be included similar to how the coordinator is included under cloud-formation/coordinatorContainer.

Currently, to deploy a custom jar for either of these components, the existing image must be pulled and updated, then pushed as a new image, which feels a little messy. I would like to be able to build a new image without worrying about missing any configuration or resources

dymaws commented 8 years ago

Hi,

As a part of the improvement process for cross-region replication library, we have refactored the library completely and released an updated version. ECS has been removed from the library altogether, so this issue is no longer relevant.

Thank you!