[ 
https://issues.apache.org/jira/browse/BEAM-7043?focusedWorklogId=237994&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-237994
 ]

ASF GitHub Bot logged work on BEAM-7043:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 06/May/19 18:37
            Start Date: 06/May/19 18:37
    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_r281306282
 
 

 ##########
 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:
   @iemejia and @aromanenko-dev , yes it's needed to copy native dll to the 
build/libs directory, so we can use danamolocaldb. Ref: 
https://stackoverflow.com/questions/34401039/run-dynamodb-local-as-part-of-a-gradle-java-project
   But if you have different way of doing this, please let me know.
 
----------------------------------------------------------------
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: 237994)
    Time Spent: 4h 40m  (was: 4.5h)

> 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 40m
>  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)

Reply via email to