Socket
Socket
Sign inDemoInstall

lemoncloud-backbone-js

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lemoncloud-backbone-js

Shared Backbone module by [lemoncloud](https://lemoncloud.io)


Version published
Maintainers
3
Created
Source

lemoncloud-backbone-js

@version: 1.2.6 @date: 1/9/2019, 1:58:23 AM

Shared Backbone module by lemoncloud

Usage

설치하기.

$ npm install lemoncloud-backbone-js --save
$ npm install express body-parser

express에서 라우터 등록하기. (example for dynamo)

//! handle request to handler.
const handle_dynamo = (req, res) =>     handler.dynamo(req.$event, req.$context, req.$callback);

//! router: dynamo
app.get('/dynamo',                  middle, handle_dynamo);
app.get('/dynamo/:type',            middle, handle_dynamo);
app.get('/dynamo/:type/:id',        middle, handle_dynamo);
app.get('/dynamo/:type/:id/:cmd',   middle, handle_dynamo);
app.put('/dynamo/:type/:id',        middle, handle_dynamo);
app.put('/dynamo/:type/:id/:cmd',   middle, handle_dynamo);
app.post('/dynamo/:type/:id',       middle, handle_dynamo);
app.delete('/dynamo/:type/:id',     middle, handle_dynamo);

VERSION INFO

배포시 버전 정보가 아래 내용과 함께 npmjs 에 표시가 됨.

VersionDescription
1.2.5support es6 with _$.ES6.
1.2.4improve elastic Q parameter.
1.2.3fix empty error when update :meta in dynamodb (w/o publish)
1.2.2fix update user-attributes (w/o publish)
1.2.1hot-fix in cognito-api of $body is required error.
1.2.0added cognito-api to support handling user/group of cognito user-pool.
1.1.4the initial publish.
develop+role-api,

Keywords

FAQs

Package last updated on 31 Jan 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc