Ronnie Kilsbo

Results 5 comments of Ronnie Kilsbo

Something like this: ``` project maven module structure: /lambda-functions (root) -- /user-service ---- /create-user-lambda-function ---- /login-lambda-function ---- /logout-lambda-function -- /cake-service ---- /eat-cake-lambda-function ``` `cd lambda-functions/user-service && mvn lambda:deploy-lambda` would deploy...

Hello, thank you for the attention to this. Yes, exactly, from the root. To the best of my knowledge, maven approach for this is to put the plugin with global...

Quite interested in support for Serverless as well.