AWS greengrass: Fix AWS IoT Greengrass console URL in Device Defender component
Summary
Corrected the AWS IoT Greengrass console URL by removing an extra slash.
Security assessment
The change fixes a broken URL in documentation. No security vulnerability is addressed; it's a typo correction for proper console access.
Evidence
+ * Replace `version` with the version of the Lambda function that this component runs. To find the Lambda function version, you must view the recipe for the version of this component that you want to deploy. Open this component's details page in the [AWS IoT Greengrass console](https://console.aws.amazon.com/greengrass), and look for the **Lambda function** key-value pair. This key-value pair contains the name and version of the Lambda function.
Diff
diff --git a/greengrass/v2/developerguide/device-defender-component.md b/greengrass/v2/developerguide/device-defender-component.md index 5a1a144e0..8c994dfc8 100644 --- a//greengrass/v2/developerguide/device-defender-component.md +++ b//greengrass/v2/developerguide/device-defender-component.md @@ -169 +169 @@ Legacy subscription router v2.0.x - * Replace `version` with the version of the Lambda function that this component runs. To find the Lambda function version, you must view the recipe for the version of this component that you want to deploy. Open this component's details page in the [AWS IoT Greengrass console](https://console.aws.amazon.com//greengrass), and look for the **Lambda function** key-value pair. This key-value pair contains the name and version of the Lambda function. + * Replace `version` with the version of the Lambda function that this component runs. To find the Lambda function version, you must view the recipe for the version of this component that you want to deploy. Open this component's details page in the [AWS IoT Greengrass console](https://console.aws.amazon.com/greengrass), and look for the **Lambda function** key-value pair. This key-value pair contains the name and version of the Lambda function. @@ -182 +182 @@ For more information, see [Create deployments](./create-deployments.html). -When you deploy a component, AWS IoT Greengrass also deploys compatible versions of its dependencies. This means that you must meet the requirements for the component and all of its dependencies to successfully deploy the component. This section lists the dependencies for the released versions of this component and the semantic version constraints that define the component versions for each dependency. You can also view the dependencies for each version of the component in the [AWS IoT Greengrass console](https://console.aws.amazon.com//greengrass). On the component details page, look for the **Dependencies** list. +When you deploy a component, AWS IoT Greengrass also deploys compatible versions of its dependencies. This means that you must meet the requirements for the component and all of its dependencies to successfully deploy the component. This section lists the dependencies for the released versions of this component and the semantic version constraints that define the component versions for each dependency. You can also view the dependencies for each version of the component in the [AWS IoT Greengrass console](https://console.aws.amazon.com/greengrass). On the component details page, look for the **Dependencies** list.