0.2.0 • Published 7 years ago
@cfn2/parser v0.2.0
@cfn2/parser
CloudFormation template parser.
Installation
npm i @cfn2/parsermakeTemplateParser(options = {})
options.anyResourceTypeParser- A parser to parse a resource that is not defined in
options.resourceTypeParser. - The parser must be a function that has arguments
(dataRef, context, callback).
- A parser to parse a resource that is not defined in
options.resourceTypeParsers- An object that defines parsers to parse CloudFormation resources.
- A key of this object must be a string of a CloudFormation resource type.
- A value of this object must be a function that has arguments
(dataRef, context, callback).
options.schemaMap
This function returns the following function:
parser(template, context, callback)template- An object of CloudFormation template.
contextcallback(err, context)- A function that is called when parsing template is completed, or an error occurs.
License
MIT
0.2.0
7 years ago