We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 88287da + 3fa0aee commit cf6899eCopy full SHA for cf6899e
README.md
@@ -60,6 +60,7 @@ Currently, the package offers 5 validators:
60
* __Type__: Checks if an optional object value is of a given python type.
61
* __EnumValidator__: Checks if an optional object value is in a list of valid values.
62
* __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.
64
65
### [Decoders](https://github.com/gridsmartercities/aws-lambda-decorators/blob/master/aws_lambda_decorators/decoders.py)
66
0 commit comments