https://pulumi.com logo
Title
c

chilly-hairdresser-56259

09/03/2020, 7:06 PM
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

tall-librarian-49374

09/03/2020, 7:22 PM
c

chilly-hairdresser-56259

09/03/2020, 7:28 PM
I just got it working, just wasnt patient enough.