* Add ability to specify custom exception when performing value validation.
4.0.0
* Deprecate lambda layer functionality. Now this is a simple python lib with common AWS-related functionality. Use https://github.com/Biomapas/B.CfnLambdaLayer to create lambda layers. * Remove `DynamoDb` & `PynamoDb` functionality from this code. It has been moved and improved. Find everything here: https://github.com/Biomapas/B.DynamoDbCommon.
3.3.0
* Allow access of the value within validators.
3.2.0
* Add epic validation! * Add `ValueValidator` for basic validation. * Add `ValueValidatorPreset` for convenient validation.
3.1.0
* Extract api key from lambda event. * Extract body from lambda event.
3.0.1
* Extend boto3 step-functions call timeout to maximum lambda execution time (15 minutes).