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