Skip to content

CxSoftware/serverless-boilerplate

Repository files navigation

serverless-boilerplate

Serverless project boilerplate

What is this?

This project is a starting point for a AWS Lambda project using:

Requirements

  • Node 12.x
  • Gulp (npm install -g gulp)
  • Serverless (npm install -g serverless)

Setup

  • Clone the project
  • Modify package.json
  • Modify serverless.yml

Running tasks

  • Clean: gulp clean
  • Build: gulp build (or just gulp)
  • Deploy: sls deploy

Releases

No releases published

Packages

No packages published