lucianopf / serverless-vandium-demo

Complete Serverless demo using Vandium + Jest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Serverless Vandium Demo

The goal of this project is to provide a demo project that shows how to integrate vandium 4.x to Serverless Framework having modern a test framework setup, in this case Jest.

Usage

For this demo I'm using node version 9.10 (haven't tried other versions yet)

PS: Be aware that to deploy that you must 1st complete the serverless setup. Serverless quickstart guide

git clone https://github.com/lucianopf/serverless-vandium-demo.git`
cd serverless-vandium-demo
npm i
npm test
sls deploy

Contrib

Feel free to create PR's and Issues at anytime, I'll be glad to answer and merge those! 😄

About

Complete Serverless demo using Vandium + Jest


Languages

Language:JavaScript 100.0%