1.1.1 • Published 8 years ago
lulo-plugin-multiply v1.1.1
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.