Skip to content

v0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Sep 00:50
· 461 commits to refs/heads/mainline since this release
431dbec

0.9.0 (2022-09-07)

⚠ BREAKING CHANGES

  • open-api-gateway: Typescript handler methods now accept a single object with input, event, context
    rather than as separate arguments.

Features

  • open-api-gateway: typescript handler input as single object with typed event/context (#151) (431dbec)