File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ Logging provides an opinionated logger with output structured as JSON.
1313* Optionally logs Lambda response
1414* Optionally supports log sampling by including a configurable percentage of DEBUG logs in logging output
1515* Allows additional keys to be appended to the structured log at any point in time
16+ * GraalVM support
1617
1718
1819## Getting started
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ a provides functionality to reduce the overhead of performing common tracing tas
1414 * Helper methods to improve the developer experience of creating new X-Ray subsegments.
1515 * Better developer experience when developing with multiple threads.
1616 * Auto patch supported modules by AWS X-Ray
17+ * GraalVM support
1718
1819## Install
1920
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ or [AWS AppConfig](https://aws.amazon.com/systems-manager/features/appconfig/).
1414* Retrieve one or multiple parameters from an underlying provider in a standard way
1515* Cache parameter values for a given amount of time (defaults to 5 seconds)
1616* Transform parameter values from JSON or base 64 encoded strings
17+ * GraalVM support
1718
1819## Install
1920In order to provide lightweight dependencies, each parameters module is available as its own
You can’t perform that action at this time.
0 commit comments