Skip to content

v1.1.0

Compare
Choose a tag to compare
@marcy-terui marcy-terui released this 17 Jun 06:08
· 17 commits to master since this release

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)