https://github.com/lucianopf/serverless-vandium-demo
Complete Serverless demo using Vandium + Jest
https://github.com/lucianopf/serverless-vandium-demo
aws jest lambda serverless test vandium
Last synced: about 2 months ago
JSON representation
Complete Serverless demo using Vandium + Jest
- Host: GitHub
- URL: https://github.com/lucianopf/serverless-vandium-demo
- Owner: lucianopf
- Created: 2018-08-08T13:36:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-08T13:49:56.000Z (almost 8 years ago)
- Last Synced: 2025-10-26T02:41:57.519Z (8 months ago)
- Topics: aws, jest, lambda, serverless, test, vandium
- Language: JavaScript
- Size: 42 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Serverless Vandium Demo
The goal of this project is to provide a demo project that shows how to integrate [vandium 4.x](https://github.com/vandium-io/vandium-node) to [Serverless Framework](http://serverless.com/) having modern a test framework setup, in this case [Jest](https://jestjs.io/).
## 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](https://serverless.com/framework/docs/providers/aws/guide/quick-start/)
```
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! :smile: