Skip to content

Releases: araines/serverless-php

v0.2.0

15 Apr 14:52
Compare
Choose a tag to compare
  • Add Context object and pass it in to the handle method, making the interface more similar to native languages.
  • Made several services private for small performance benefit.
  • Logger added to the Context object to operate in the same style as Java.
  • Example HelloHandler altered to use new interface and get logger from context instead of from an injected service (although both ways would still work).

v0.1.0

15 Apr 14:51
Compare
Choose a tag to compare

Initial set up of the repository with a working example.