1.0.6 • Published 5 years ago

drbookinlayer v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

Dr.Bookin Layer

Dr.Bookin Layer is a npm package to use as AWS Lambda Layer for an specific project only. It will share code globally through all AWS Lambda Functions for this project mentioned before.

installation

npm install drbookinlayer --save

Then import any Route's Model you want to use. For example UsersRoute and model UserSession.

const { UsersRoute } = require('drbookinlayer');

UsersRoute.UserSession.function-name-you-need();

options

  • N/A
1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago