Your Environment
Question
I just started building serverless application with aws toolkit in intellij, and I got stuck in this error after executing the template.
Build Failed
Error: JavaMavenWorkflow:Resolver - No Maven executable found!
I tried a lot of solution in the aws documentation bad none of them works
It can't find Maven on your path
You can:
Do you have a detail link about how to set up step 2 you listed above?
I got same error here.
Update: I think I got it work.
2: Click 'Edit [Local] App' -> choose 'SAM CLI' tab -> check box 'Build function inside a container'
Make sure your Docker Desktop is running
@CiciMa Yes, that is what I meant.
Most helpful comment
Do you have a detail link about how to set up step 2 you listed above?
I got same error here.
Update: I think I got it work.
2: Click 'Edit [Local] App' -> choose 'SAM CLI' tab -> check box 'Build function inside a container'
Make sure your Docker Desktop is running