[
https://issues.apache.org/jira/browse/BEAM-7043?focusedWorklogId=237934&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-237934
]
ASF GitHub Bot logged work on BEAM-7043:
----------------------------------------
Author: ASF GitHub Bot
Created on: 06/May/19 17:22
Start Date: 06/May/19 17:22
Worklog Time Spent: 10m
Work Description: aromanenko-dev commented on pull request #8390:
[BEAM-7043] Add DynamoDBIO
URL: https://github.com/apache/beam/pull/8390#discussion_r281106695
##########
File path: buildSrc/src/main/groovy/org/apache/beam/gradle/Repositories.groovy
##########
@@ -54,6 +54,9 @@ class Repositories {
// Apache release snapshots
maven { url
"https://repository.apache.org/content/repositories/releases" }
+
+ // Mulesoft public repository
+ maven { url
"https://repository.mulesoft.org/nexus/content/repositories/public" }
Review comment:
Why do we need this repository? Can we avoid including this?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 237934)
Time Spent: 4h 10m (was: 4h)
> Add DynamoDBIO
> --------------
>
> Key: BEAM-7043
> URL: https://issues.apache.org/jira/browse/BEAM-7043
> Project: Beam
> Issue Type: New Feature
> Components: io-java-aws
> Reporter: Cam Mach
> Assignee: Cam Mach
> Priority: Minor
> Time Spent: 4h 10m
> Remaining Estimate: 0h
>
> Currently we don't have any feature to write data to AWS DynamoDB. This
> feature will enable us to send data to DynamoDB
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)