Not ready for production
npm install -g sless-cli
Inside a project folder:
sless <command>
Creates a serverless project by asking some questions. You can set the lambda function name, its AWS configuration, and a default template.
sless init
Takes your code and uploads it to AWS
sless publish