Skip to content

Releases: serverless-operations/jeffy

v1.1.1

23 Jun 01:15
Compare
Choose a tag to compare

Bugfix

  • Fix error by multi-byte object key on s3 handler #22 #21 (@youyo)

v1.1.0

17 Jun 06:08
Compare
Choose a tag to compare

Features

  • Set default encoding to the event payload of all SDK clients
    • This feature allows all event payload sent by the SDK to be passed to the handler more transparently
  • Generate correlation_id if it is empty when sdk calls
    • You can trace the events sent by outside of Jeffy handler

Bugfix

  • Lack of some event/result loggings
  • KeyError on dynamodb_streams handler
  • Typo class name of JsonSchemaValidator (from JsonSchemeValidator)

Bugfix

17 Jun 05:44
Compare
Choose a tag to compare
  • Boto3 wrapper may have a circular import. #11

1.0.0(2020-06-05)

05 Jun 03:40
Compare
Choose a tag to compare

GA release!