0.0.6 • Published 6 years ago

svless v0.0.6

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

svless cli

CLI to create a serverless NodeJS Express API and deploy in less than 5 minutes

:heavy_exclamation_mark: cli under construction, check the roadmap :no_entry_sign:

Requirements

Install serverless

npm install -g serverless

Configure AWS Credentials

https://docs.aws.amazon.com/pt_br/cli/latest/userguide/cli-chap-getting-started.html

Usage

Install

npm install -g svless

Init new api

svless init [directory]

Enter the project folder

cd [directory]

Add module

svless module [name]

Deploy

npm run deploy

Roadmap

Release 1

  • Basic server
  • Routes
  • Module command
  • Serverless
  • DynamoDB
  • Postgres database (external or RDS)
  • MongoDB
  • Support for tests
  • S3 to store files
  • Send e-mails
  • Jenkinsfile
0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago