v0.14.0
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 anActionProviderBlueprint
, 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.