# lulo substring

lulo substring is a plugin for [lulo](https://github.com/carlnordenfelt/lulo).

It returns a substring of the provided string.

# Installation
```
$ npm install lulo-plugin-sleep --save
```

## Usage
### Properties
* `String`: The original string. Required.
* `Characters`: The number of characters to extract. Required.
* `Start`: Substring offset. Optional, default value is 0.

### Return Values
When the logical ID of this resource is provided to the Ref intrinsic function, Ref returns the substring value.

### Required IAM Permissions
The Custom Resource Lambda requires no additional IAM Permissions.

## License
[The MIT License (MIT)](/LICENSE)

## Change Log
[Change Log](/CHANGELOG.md)
