rpgreen / apigateway-generic-java-sdk

Simple generic Java client SDK for Amazon API Gateway endpoints
Apache License 2.0
24 stars 16 forks source link

Handle null response body and support Parameters #7

Closed ottobackwards closed 6 years ago

ottobackwards commented 6 years ago

Ryan, first thank you for your great library. I have created a derivative work to add support for aws gateway api to the apache nifi project, NIFI PR#2588 here are a couple of changes that I've made.


This change is Reviewable

rpgreen commented 6 years ago

Merged, thanks again. Can you elaborate on how you plan to use this in Apache Nifi?

ottobackwards commented 6 years ago

I'm using the classes ( with reference to you in the NOTICE as the apache lic. requires ) to add a gateway api processor that lets you invoke http methods on it from nifi. Are you familiar with nifi?