In this tutorial, we will create and deploy a java-maven based serverless service using the serverless project (https://serverless.com/). In this part we will not modify any code, or even look at the generated code. We will focus on the deployment and the command line interface provided by serverless. Serverless is a node.js based framework that makes creating, deploying, and managing serverless functions a breeze. We will use AWS as our FaaS (Function-as-a-Service) provider.
Here is what the setup on my Mac looks like (Sierra)
brew
(1.1.10) - you will need this if you do not have node/npm installed already.node
(v7.6.0)npm
(4.1.2)Apache Maven
(3.2.5)