0.1.1 • Published 3 years ago
sless-cli v0.1.1
sless
Not ready for production
Installation
npm install -g sless-cliUsage
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 initpublish
Takes your code and uploads it to AWS
sless publish