Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 519 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 519 Bytes

SnapMobile-Aws

Usage

Include this private module by adding the following under dependencies in package.json, and run npm install.

"snapmobile-aws": "git+ssh://@github.com/SnapMobileIO/SnapMobile-Aws.git",

To configure, add the following to routes.js:

import { router as awsRouter, awsHelper as awsHelper } from 'snapmobile-aws';
app.use('/api/aws/', awsRouter);

Updating

Make any changes in /src.

Once changes are completed, run gulp dist to process JavaScript files and add to /dist.