esoformation
v1.0.1
Published
Cloudformation stack management library in TypeScript
Readme
esoformation
A Node.js module which provides simplified, typed interfaces to AWS Cloudformation.
Documentation
Developer documentation is located at https://sesopenko.github.io/esoformation/.
Installation
# using npm
npm install esoformation --save
#using yarn
yarn add esoformationUsage
Typescript
import { Template } from 'esoformation';Test
npm run testLicense
This software is licensed under GNU General Public License Version 3 (GPL V3). A license is included in the project as LICENSE.TXT
