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

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

                Author: ASF GitHub Bot
            Created on: 21/Aug/18 15:32
            Start Date: 21/Aug/18 15:32
    Worklog Time Spent: 10m 
      Work Description: iemejia commented on a change in pull request #6202: 
[BEAM-4823] - Adds a Sink to write to Amazon's SNS
URL: https://github.com/apache/beam/pull/6202#discussion_r211639508
 
 

 ##########
 File path: sdks/java/io/amazon-web-services/build.gradle
 ##########
 @@ -29,6 +29,10 @@ dependencies {
   shadow project(path: ":beam-sdks-java-core", configuration: "shadow")
   shadow "com.amazonaws:aws-java-sdk-core:$aws_java_sdk_version"
   shadow "com.amazonaws:aws-java-sdk-s3:$aws_java_sdk_version"
+  shadow "com.amazonaws:aws-java-sdk-sns:$aws_java_sdk_version"
+  shadow "com.amazonaws:aws-java-sdk-cloudwatch:$aws_java_sdk_version"
+  shadow "commons-lang:commons-lang:2.6"
+  shadow group: 'net.jodah', name: 'failsafe', version: '1.1.0'
 
 Review comment:
   Remove this dependency by replacing it with internal Beam Backoff impl, see 
more details below.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 136571)
    Time Spent: 2h 50m  (was: 2h 40m)

> Create SNS IO 
> --------------
>
>                 Key: BEAM-4823
>                 URL: https://issues.apache.org/jira/browse/BEAM-4823
>             Project: Beam
>          Issue Type: Task
>          Components: sdk-java-core
>    Affects Versions: Not applicable
>            Reporter: Ankit Jhalaria
>            Assignee: Ankit Jhalaria
>            Priority: Minor
>          Time Spent: 2h 50m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to