Hello, could would anyone be able to tell me how t...
# dotnet
c
Hello, could would anyone be able to tell me how to properly package up a Maven build Java Lambda Function? Maven produces the *.JAR file which then if you were to do it manually the *.JAR gets uploaded to the function. Then your handler would be PATH.CLASS::Method. I have tried a variety of ways, but I cannot figure out if its my handler that is incorrect or whether it's how it is being packaged. Above is the code, and for simplicities sake, if I were to upload the *.JAR manually to AWS the handler is
test.app.controller.AppController::Handler
going to cross post this in #aws
t
c
I just got it working, just wasnt patient enough.