AWS gameliftservers documentation change
Summary
Added documentation about Node.js runtime versions including end-of-life information for Node.js 10.x
Security assessment
The change provides lifecycle information about runtime versions. While end-of-life announcements have security implications, this is routine documentation without addressing a specific vulnerability or security feature.
Diff
diff --git a/gameliftservers/latest/realtimeguide/realtime-script.md b/gameliftservers/latest/realtimeguide/realtime-script.md index 3cc925e3e..4eab1e954 100644 --- a//gameliftservers/latest/realtimeguide/realtime-script.md +++ b//gameliftservers/latest/realtimeguide/realtime-script.md @@ -5 +5 @@ -Manage game session life-cycle (required)Add server-side game logic (optional)Amazon GameLift Servers Realtime script example +Manage game session life-cycle (required)Add server-side game logic (optional)Node.js runtime versionsAmazon GameLift Servers Realtime script example @@ -37,0 +38,13 @@ You can optionally add game logic to your Realtime script. For example, you migh +## Node.js runtime versions + +Amazon GameLift Servers Realtime servers support multiple Node.js runtime versions. You can specify the Node.js version when creating a script. The supported versions are: + + * **Node.js 10.x** (Default) - Runs on Amazon Linux 2. This version is nearing end of support as Amazon Linux 2 reaches end-of-life in June 2026. See [Amazon Linux 2 FAQs](https://aws.amazon.com/amazon-linux-2/faqs/) for more details. + + * **Node.js 24.x** \- Runs on Amazon Linux 2023 + + + + +To specify the Node.js version and add optional customizations like install scripts, see [Upload a script for Amazon GameLift Servers Realtime servers](./realtime-script-uploading.html). +