AWS solutions documentation change
Summary
Updated syntax formatting for replaceable text in function naming convention and SECRETS_MANAGER variable description
Security assessment
The changes are purely formatting updates to documentation syntax and do not address any security vulnerabilities or introduce new security features.
Diff
diff --git a/solutions/latest/serverless-image-handler/custom-image-requests.md index 34e45e78c..dcb99c0b7 100644 --- a/solutions/latest/serverless-image-handler/custom-image-requests.md +++ b/solutions/latest/serverless-image-handler/custom-image-requests.md @@ -17 +17 @@ You can customize most settings for this solution by editing and updating the en - 2. Select **Functions**. The image handler function is listed with the following naming convention: `[replaceable]`<StackName>`-ImageHandlerFunction-[replaceable]`<UniqueID>````. + 2. Select **Functions**. The image handler function is listed with the following naming convention: `[.replaceable]<StackName>`-ImageHandlerFunction-`[.replaceable]<UniqueID>`. @@ -48 +48 @@ Variable Key | Value Type | Description -**SECRETS_MANAGER** | `String` | Defines the Secrets Manager secret that contains the secret key for the image URL signature. **Note:** This value is ignored if `ENABLE_SIGNATURE` is set to `No`. +**SECRETS_MANAGER** | `String` | Defines the Secrets Manager secret that contains the secret key for the image URL signature. **Note:** This value is ignored if `[.replaceable]ENABLE_SIGNATURE` is set to `No`.