[
https://issues.apache.org/jira/browse/BEAM-7043?focusedWorklogId=232829&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-232829
]
ASF GitHub Bot logged work on BEAM-7043:
----------------------------------------
Author: ASF GitHub Bot
Created on: 25/Apr/19 13:04
Start Date: 25/Apr/19 13:04
Worklog Time Spent: 10m
Work Description: iemejia commented on pull request #8390: [BEAM-7043]
Add DynamoDBIO
URL: https://github.com/apache/beam/pull/8390#discussion_r278509254
##########
File path: sdks/java/io/amazon-web-services/build.gradle
##########
@@ -48,11 +51,24 @@ dependencies {
shadowTest library.java.mockito_core
shadowTest library.java.junit
shadowTest library.java.slf4j_jdk14
+ testImplementation group: 'com.amazonaws', name: 'DynamoDBLocal',
version:'1.11.477'
shadowTest group: 'org.elasticmq', name: 'elasticmq-rest-sqs_2.12', version:
'0.14.1'
testRuntimeOnly project(path: ":beam-runners-direct-java")
}
+// This is to copy native dependencies (sql-lite) for embedded dynamodb, for
testing
+final copyNativeDeps = tasks.register('copyNativeDeps', Copy) {
Review comment:
Is this really needed? (we use a similar native connector for Kinesis but
the jar resolve this automatically so better to check).
----------------------------------------------------------------
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: 232829)
Time Spent: 1h 10m (was: 1h)
> 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: 1h 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)