Github user davetorok commented on the pull request:

    https://github.com/apache/nifi/pull/224#issuecomment-217173889
  
    Hi @mans2singh we desperately need support for the ENDPOINT_OVERRIDE 
property in all the DynamoDB processors, similar to the S3 processors.  It is 
probably as simple as 
    1 - adding ENDPOINT_OVERRIDE to the properties Collections arrays in all 
the processors
    2 - adding in the createClient  methods in AbstractDynamoDBProcessor.java:
    `String endpointurl = 
(StringUtils.trimToEmpty(context.getProperty(ENDPOINT_OVERRIDE).getValue());
    if (endpointurl.isEmpty() == false){ client.setEndpoint(endpointurl}` 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to