Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 751 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 751 Bytes

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