[
https://issues.apache.org/jira/browse/BEAM-7043?focusedWorklogId=238177&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-238177
]
ASF GitHub Bot logged work on BEAM-7043:
----------------------------------------
Author: ASF GitHub Bot
Created on: 06/May/19 22:35
Start Date: 06/May/19 22:35
Worklog Time Spent: 10m
Work Description: cmachgodaddy commented on pull request #8390:
[BEAM-7043] Add DynamoDBIO
URL: https://github.com/apache/beam/pull/8390#discussion_r281392293
##########
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:
Adding more info .... The jar file is published by AWS for testing
read/write against dynamo locally. This dynamolocal also is related to your
question below, about the `copyNativeDeps` gradle task, which help setting up
dynamodb.
I can see we have 3 options here for unit test:
1. using this jar
2. mock the db
3. using docker
What would you guys recommend?
----------------------------------------------------------------
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: 238177)
Time Spent: 6h 10m (was: 6h)
> 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: 6h 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)