UNPKG

jambda

Version:

Easy serverless rest api deploy! Jambda makes it easy to deploy database connected rest api's by providing the least amount of configuration.

14 lines (12 loc) 265 B
import uuid from '../../helper/uuid' export default { uuid: uuid(), boolean: true, string: 'A Patch String', float: 0.2, integer: 20, blob: {}, text: 'Lorem Ipsum is simply dummy', json: { test: 'json3', test2: 'json4' }, date: new Date().toISOString() }