AWS Security ChangesHomeSearch

AWS toolkit-for-vscode documentation change

Service: toolkit-for-vscode · 2025-11-22 · Documentation low

File: toolkit-for-vscode/latest/userguide/lambda-remote-debug.md

Summary

Updated multiple documentation URLs and maintained existing security content about IAM permissions and Lambda limits

Security assessment

Changes are purely URL formatting updates. References to IAM permissions and Lambda security limits remain unchanged with no new security guidance added.

Diff

diff --git a/toolkit-for-vscode/latest/userguide/lambda-remote-debug.md b/toolkit-for-vscode/latest/userguide/lambda-remote-debug.md
index 21e16b0c0..581c99a95 100644
--- a//toolkit-for-vscode/latest/userguide/lambda-remote-debug.md
+++ b//toolkit-for-vscode/latest/userguide/lambda-remote-debug.md
@@ -36 +36 @@ Before you begin, the following prerequisites must be met.
-  * You must have valid AWS credentials configured in the AWS Toolkit. For additional details about installing the AWS Toolkit and configuring your credentials, see the [Getting started](https://docs.aws.amazon.com/toolkit-for-vscode/latest/userguide/setting-up.html) topic in this user guide. 
+  * You must have valid AWS credentials configured in the AWS Toolkit. For additional details about installing the AWS Toolkit and configuring your credentials, see the [Getting started](https://docs.aws.amazon.com//toolkit-for-vscode/latest/userguide/setting-up.html) topic in this user guide. 
@@ -38 +38 @@ Before you begin, the following prerequisites must be met.
-  * A Lambda function has been deployed to your AWS account. For details on deploying a Lambda function, see the [Create your first Lambda function](https://docs.aws.amazon.com/lambda/latest/dg/getting-started.html) topic in the _AWS Lambda_ Developer Guide.
+  * A Lambda function has been deployed to your AWS account. For details on deploying a Lambda function, see the [Create your first Lambda function](https://docs.aws.amazon.com//lambda/latest/dg/getting-started.html) topic in the _AWS Lambda_ Developer Guide.
@@ -40 +40 @@ Before you begin, the following prerequisites must be met.
-  * You must have appropriate AWS Identity and Access Management (IAM) policy and permissions to debug your function. For additional details on Lambda permissions, see the [AWS managed policies for AWS Lambda](https://docs.aws.amazon.com/lambda/latest/dg/security-iam-awsmanpol.html) topic in the _AWS Lambda_ Developer Guide. The following is an example of a policy that contains the minimum required permissions for working with Lambda remote debugging in the AWS Toolkit.
+  * You must have appropriate AWS Identity and Access Management (IAM) policy and permissions to debug your function. For additional details on Lambda permissions, see the [AWS managed policies for AWS Lambda](https://docs.aws.amazon.com//lambda/latest/dg/security-iam-awsmanpol.html) topic in the _AWS Lambda_ Developer Guide. The following is an example of a policy that contains the minimum required permissions for working with Lambda remote debugging in the AWS Toolkit.
@@ -229 +229 @@ Update the code-signing configuration by setting `UntrustedArtifactOnDeployment
-For more information, see the [UpdateCodeSigningConfig](https://docs.aws.amazon.com/lambda/latest/api/API_UpdateCodeSigningConfig.html) reference in the _AWS Lambda API Reference_.
+For more information, see the [UpdateCodeSigningConfig](https://docs.aws.amazon.com//lambda/latest/api/API_UpdateCodeSigningConfig.html) reference in the _AWS Lambda API Reference_.
@@ -298 +298 @@ The following is a list of supported regions.
-Lambda functions have a 5-layer limit and a 250MB combined limit for function code and all attached layers. The remote debugging layer is approximately 40MB, which may cause your function to exceed this limit if you have a large function package or multiple layers. For additional details, see the [Lambda: InvalidParameterValueException or RequestEntityTooLargeException](https://docs.aws.amazon.com/lambda/latest/dg/troubleshooting-deployment.html#troubleshooting-deployment-InvalidParameterValueException1) topic section in the _AWS Lambda Developer Guide_.
+Lambda functions have a 5-layer limit and a 250MB combined limit for function code and all attached layers. The remote debugging layer is approximately 40MB, which may cause your function to exceed this limit if you have a large function package or multiple layers. For additional details, see the [Lambda: InvalidParameterValueException or RequestEntityTooLargeException](https://docs.aws.amazon.com//lambda/latest/dg/troubleshooting-deployment.html#troubleshooting-deployment-InvalidParameterValueException1) topic section in the _AWS Lambda Developer Guide_.