AWS Security ChangesHomeSearch

AWS solutions documentation change

Service: solutions · 2025-03-23 · Documentation low

File: solutions/latest/video-on-demand-on-aws/solution-updates.md

Summary

Fixed formatting of environment variable reference in documentation by adding space between backticks and angle brackets

Security assessment

Change only corrects markdown syntax formatting without any security implications

Diff

diff --git a/solutions/latest/video-on-demand-on-aws/solution-updates.md b/solutions/latest/video-on-demand-on-aws/solution-updates.md
index 5adba5ee0..652aa285d 100644
--- a/solutions/latest/video-on-demand-on-aws/solution-updates.md
+++ b/solutions/latest/video-on-demand-on-aws/solution-updates.md
@@ -9 +9 @@ To continue using this solution with the latest features and improvements, you m
-Installing version 6.1.4 creates three new MediaConvert job templates that only output HLS renditions to reduce cost, without the use of presets. For more information, refer to [MediaConvert templates](./mediaconvert-templates.html). Updating an existing solution deployment to version 6.1.4 creates these new templates without deleting the presets or templates created by the older versions. To use an older template with the latest version of the solution, specify the template using the **JobTemplate** field in your metadata file. For more information, refer to [Metadata file](./metadata-file.html). Or, you can replace the default templates in the `Input Validate` AWS Lambda function by modifying the `MediaConvert_Template_`<resolution>`` environment variables. 
+Installing version 6.1.4 creates three new MediaConvert job templates that only output HLS renditions to reduce cost, without the use of presets. For more information, refer to [MediaConvert templates](./mediaconvert-templates.html). Updating an existing solution deployment to version 6.1.4 creates these new templates without deleting the presets or templates created by the older versions. To use an older template with the latest version of the solution, specify the template using the **JobTemplate** field in your metadata file. For more information, refer to [Metadata file](./metadata-file.html). Or, you can replace the default templates in the `Input Validate` AWS Lambda function by modifying the `MediaConvert_Template_` `<resolution>` environment variables.