AWS fis documentation change
Summary
Added new section 'Finding your Lambda extension version number' with step-by-step instructions for locating the AWS FIS Lambda extension version through the Lambda console.
Security assessment
This change adds procedural documentation for finding extension version numbers, which could be useful for troubleshooting or ensuring proper configuration, but there's no evidence of addressing a specific security vulnerability. The change appears to be routine documentation enhancement for user guidance.
Diff
diff --git a/fis/latest/userguide/actions-lambda-extension-arns.md b/fis/latest/userguide/actions-lambda-extension-arns.md index e6995acfe..90fcffd05 100644 --- a//fis/latest/userguide/actions-lambda-extension-arns.md +++ b//fis/latest/userguide/actions-lambda-extension-arns.md @@ -5 +5 @@ -AWS FIS Lambda extension release notesAccess Guide for Lambda Extension ARNs +AWS FIS Lambda extension release notesAccess Guide for Lambda Extension ARNsFinding your Lambda extension version number @@ -16,0 +17,2 @@ This section includes information about the AWS FIS Lambda extension versions. T + * Finding your Lambda extension version number + @@ -107,0 +110,25 @@ Retrieve these public parameters programmatically when building or configuring y +## Finding your Lambda extension version number + +Use the following procedure to locate the version number of your currently configured AWS FIS Lambda extension. + + 1. Open the AWS Lambda console at [https://console.aws.amazon.com/lambda/](https://console.aws.amazon.com/lambda/). + + 2. Choose the Lambda function where you want to add the `AWS-FIS-Extension` layer. + + 3. In the **Layers** section, choose **Edit**. + + 4. In the **Edit layers** section, choose **Add a layer**. + + 5. In the **Choose a layer** section, choose **Specify an ARN**. + + 6. Enter the ARN for the AWS FIS extension layer that corresponds to your AWS Region and architecture. You can find the ARN using the console, AWS CLI, or programmatic access methods described in the preceding sections. + + 7. Choose **Verify** to confirm the layer ARN is valid, then choose **Add**. + + 8. Use the **Test** tab to test the function. + + 9. After the test completes, view the log output. Locate the AWS FIS Lambda extension version in the **Details of the Execution** section. + + + +