Releases: gridsmartercities/aws-lambda-decorators
Releases · gridsmartercities/aws-lambda-decorators
Release v0.53
Automate workflow (#129)
-
Adding workflow
-
version change
-
reverting pylint changes
-
updating all to latest versions
-
prospector changes
-
fixing test
-
undoing prospector fixes
-
undoing buildspec changes
-
testing pip
-
Automating Publishing
Co-authored-by: Miriam miriam.thomas@gridsmartercities.com
Improvements to Log decorator
Merge pull request #127 from gridsmartercities/prospector-fix fixed prospector version to 1.3.1
Hsts header decorator
v0.51 version increase
Packaging Fix
Including main folder only
Packaging
Removed tests and examples folder from package
Pushing responses/errors via websockets
Added decorators to:
- Allow users to receive responses pushed through websockets
- Allow users to receive unsuccessful responses as errors through websockets
Handle Exceptions Fix
- Handle exceptions bug fix so a second exception is not raised when catching a child exception
Added currency validator
- Added new validator called CurrencyValidator
Parameter transformation
- Extracted parameters can now be transformed, by using any function, before them being validated. This can be used to strip spaces out of a string parameter, or for converting a query string parameter from string to int before running a Maximum/Minimum validator.
Date Validator
- Added a DateValidator that can check if a string is a date with a given format.