Skip to content

Commit 483766c

Browse files
committed
Add GraalVM support bullet points to docs pages.
1 parent 86cb3ce commit 483766c

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

docs/core/logging.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

docs/core/tracing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

docs/utilities/parameters.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
1920
In order to provide lightweight dependencies, each parameters module is available as its own

0 commit comments

Comments
 (0)