5.2.1 • Published 4 years ago

node-augment v5.2.1

Weekly downloads
6
License
-
Repository
-
Last release
4 years ago

augment

Usage

Infrastructure

Stack policy

aws cloudformation set-stack-policy --stack-name augment --stack-policy-body file:///Users/pcothenet/Git/augment/stack_policy.json --profile xxx

Module

There's a tiny module in this repo that is meant to be published to npm for use in data-workers. It is deployed separately from this full repo because the size was becoming unwieldy.

To deploy changes to the pg component if you have made changes:

cd lib/pg
npm publish

(instead of npm publish at the root)