Skip to content

v0.14.0

Compare
Choose a tag to compare
@sirosen sirosen released this 19 Oct 22:14
· 222 commits to main since this release
v0.14.0
a5ff31a

Note that this release includes all of the changes in the 0.13.0 release candidate series.


Features

  • Added a CloudWatchEMFLogger RequestLifecycleHook class.
    When attached to an ActionProviderBlueprint, it will emit request count, latency, and response category (2xxs, 4xxs, 5xxs) count metrics through CloudWatch EMF. Metrics are emitted both for the aggregate AP dimension set and the individual route dimension set.

    • Classes may be provided at Blueprint instantiation time to register before, after, and/or teardown functionality wrapping route invocation.