Skip to content

Releases: gridsmartercities/aws-lambda-decorators

Release v0.53

05 Nov 14:19
16dbe6a

Choose a tag to compare

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 [email protected]

Improvements to Log decorator

08 Jun 09:45
073797e

Choose a tag to compare

Merge pull request #127 from gridsmartercities/prospector-fix

fixed prospector version to 1.3.1

Hsts header decorator

08 Jun 06:23

Choose a tag to compare

v0.51

version increase

Packaging Fix

17 Sep 12:39
b40093d

Choose a tag to compare

Including main folder only

Packaging

17 Sep 12:14
5c1a399

Choose a tag to compare

Removed tests and examples folder from package

Pushing responses/errors via websockets

17 Mar 09:45
bbd25a7

Choose a tag to compare

Added decorators to:

  • Allow users to receive responses pushed through websockets
  • Allow users to receive unsuccessful responses as errors through websockets

Handle Exceptions Fix

13 Dec 09:39
b683563

Choose a tag to compare

  • Handle exceptions bug fix so a second exception is not raised when catching a child exception

Added currency validator

03 Dec 13:13
0f9ef87

Choose a tag to compare

  • Added new validator called CurrencyValidator

Parameter transformation

08 Nov 07:12
34774ab

Choose a tag to compare

  • 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

28 Oct 14:52
cf6899e

Choose a tag to compare

  • Added a DateValidator that can check if a string is a date with a given format.