Arran Ubels
Arran Ubels
Updated code in PR with latest from master. (And tested.)
Tests now working, it was a type cast issue. I also included a log4j file which will be included only for test and modified the test class path to the...
Hi ilndinesh, Test aren't passing in org.lambadaframework.jaxrs.JAXRSParserTest. Regards, Arran
Hi Ilndinesh, I have attempted to merge this with my PR in https://github.com/arranubels/lambadaframework/tree/pr4 However there was a part I didn't understand. Please review: https://github.com/bluejeansnet/lambadaframework/compare/x-www-form-urlencoded...arranubels:pr4?expand=1#diff-4d1cba0c8fbb262270c557610751811eR137 Thanks. Regards, Arran P.S. Also we...
Can't figure out how to programmatically create the lambda proxy in api gateway.. Even with the Swagger JSON it doesn't setup permissions correctly. Anyone know?
So where does that leave us?
Actually my AWS SDK is old.. Checking .60
What's needed to make this change?
Okay I got some more details. I get the following error: ``` java.lang.IllegalArgumentException: wrong number of arguments at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.lambadaframework.runtime.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:107) at org.lambadaframework.runtime.Handler.handleRequest(Handler.java:62)...