Skip to content

0.8.0

Compare
Choose a tag to compare
@Fishrock123 Fishrock123 released this 15 Jun 23:08
· 27 commits to latest since this release

Additions

  • New "lambda-http" feature, which changes the HTTP listener to connect to an AWS Lambda execution environment.
    • Is no longer reachable as a regular http server, but accepts http lambda requests as if it were one.
    • Some environment variables, such as PORT, are disregarded.
    • If the "honeycomb" feature is enabled, trace events are written to stdout, and must be collected via
      a layer provided by Honeycomb. See: https://docs.honeycomb.io/getting-data-in/integrations/aws/aws-lambda/