Skip to content

Commit cf6899e

Browse files
Merge pull request #104 from gridsmartercities/readme_date_val
readme
2 parents 88287da + 3fa0aee commit cf6899e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Currently, the package offers 5 validators:
6060
* __Type__: Checks if an optional object value is of a given python type.
6161
* __EnumValidator__: Checks if an optional object value is in a list of valid values.
6262
* __NonEmpty__: Checks if an optional object value is not an empty value.
63+
* __DateValidator__: Checks if a given string is a valid date according to a passed in date format.
6364

6465
### [Decoders](https://github.com/gridsmartercities/aws-lambda-decorators/blob/master/aws_lambda_decorators/decoders.py)
6566

0 commit comments

Comments
 (0)