lulo-plugin-multiply
v1.1.1
Published
lulo multiply is a plugin for [lulo](https://github.com/carlnordenfelt/lulo). It takes two factors, multiplies them and responds with the product.
Downloads
14
Maintainers
Readme
lulo multiply
lulo multiply is a plugin for lulo. It takes two factors, multiplies them and responds with the product.
Installation
$ npm install lulo-plugin-multiply --save
Usage
Properties
LeftFactor
: The left factor of the multiplication. RequiredRightFactor
: The right factor of the multiplication. RequiredDecimalPoints
: The number of decimals to include in the product. Optional. Default is all.
Return Values
Fn::GetAtt
Product The product
Fn::GetAtt["Multiply", "Product"]
Required IAM Permissions
The Custom Resource Lambda requires no additional IAM Permissions.