Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 840 Bytes

CHANGELOG.md

File metadata and controls

28 lines (17 loc) · 840 Bytes

Changelog

All notable changes to this project will be documented in this file.

v0.1.2

Changed

  • Use application/json content-type between core and sub runtime #30
  • Remove TriggerType (only HTTP) and use APIGatewayProxyRequest type for Event #29

v0.1.1

Fixed

  • Headers added by the function handler response were lost #26
  • FunctionInvoker now construct a request with a path that matches the one of the incoming event #22

v0.1.0

Added

  • Initial project setup
  • Local testing utils
  • Repository setup