Skip to content

0.1.15 Interceptors support

Compare
Choose a tag to compare
@FieryCod FieryCod released this 19 Apr 08:00
· 479 commits to master since this release
aec0365
  • Add partial support for GraalVMEE (PGO optimizations in progress)
  • Move code to separate packages
  • Add interceptors support
  • Make call to lambda a private function
  • Rename fierycod.holy-lambda.core/gen-main to fierycod.holy-lambda.native-runtime/entrypoint (one targeting java runtime should not depend on native-runtime namespace)
  • Provide agent/in-context to ease generation of native-configurations
  • Unify responses. Response should be a valid map or nil for event ACK. Text/plain should be send via response/text.
  • Add some docs
  • Fixup tests