-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sample-apps/blank-java - run with maven #207
Comments
The $ mvn clean package it will build the project and then package it in a jar containig all dependencies under the To do this, open your Lambda Function in the console and then update the jar. Follow this link for more information about AWS Lambda deployment package in Java. |
I mean, sure, but the description in the README says that you need either Gradle or Maven, yet the instructions then only work if you have Gradle. I see that some of the other examples (e.g. java-events) do have code in their 1/2/3... scripts that looks like they’re meant to work with Maven. But none of them have a “build-layer” command, and it’s not obvious how to do that with Maven. |
Hi there;
I would like to know how can I run
blank-java
application with maven since all the scripts that are provided are leveraging gradle.Thanks
The text was updated successfully, but these errors were encountered: