1.1.1 • Published 8 years ago

lulo-plugin-multiply v1.1.1

Weekly downloads
9
License
MIT
Repository
github
Last release
8 years ago

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. Required
  • RightFactor: The right factor of the multiplication. Required
  • DecimalPoints: 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.

License

The MIT License (MIT)

Change Log

Change Log

1.1.1

8 years ago

1.1.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago