sless-cli
v0.1.1
Published
CLI to upload and publish AWS Lambdas
Downloads
4
Readme
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