AWS toolkit-for-vscode documentation change
Summary
Restructured Lambda documentation with updated title, introduction, and added sections for remote debugging/IDE integration
Security assessment
Content reorganization and feature documentation updates without any security-specific content additions or vulnerability references
Diff
diff --git a/toolkit-for-vscode/latest/userguide/building-lambda.md b/toolkit-for-vscode/latest/userguide/building-lambda.md index c8308ac8b..924493cfd 100644 --- a//toolkit-for-vscode/latest/userguide/building-lambda.md +++ b//toolkit-for-vscode/latest/userguide/building-lambda.md @@ -5 +5 @@ -# Working with AWS Lambda Functions +# AWS Lambda Functions @@ -7 +7 @@ -The AWS Toolkit for Visual Studio Code provides support for [AWS Lambda](https://aws.amazon.com/lambda/) functions. Using the Toolkit for VS Code, you can author code for Lambda functions that are part of [serverless applications](https://aws.amazon.com/serverless/). In addition, you can invoke Lambda functions either locally or on AWS. +The AWS Toolkit for Visual Studio Code provides comprehensive support for AWS Lambda functions, enabling you to build, test, and deploy directly from VS Code. @@ -9 +9,3 @@ The AWS Toolkit for Visual Studio Code provides support for [AWS Lambda](https:/ -Lambda is a fully managed compute service that runs your code in response to events generated by custom code or from various AWS services, such as Amazon Simple Storage Service (Amazon S3), Amazon DynamoDB, Amazon Kinesis, Amazon Simple Notification Service (Amazon SNS), and Amazon Cognito. +Lambda is a fully managed, event-driven compute service that automatically runs your code in response to events from over 200 AWS services and software-as-a-service (SaaS) applications. For detailed information about the AWS Lambda service, see the [AWS Lambda](https://docs.aws.amazon.com/lambda/latest/dg/welcome.html) Developer Guide. + +The following topics decribe how to work with AWS Lambda in the AWS Toolkit for Visual Studio Code. @@ -13 +15,5 @@ Lambda is a fully managed compute service that runs your code in response to eve - * [Interacting with Remote Lambda Functions](./remote-lambda.html) + * [Working with AWS Lambda Functions](./remote-lambda.html) + + * [AWS Lambda remote debugging](./lambda-remote-debug.html) + + * [AWS Lambda console to IDE](./lambda-console-ide.html) @@ -26 +32 @@ AWS IoT -Interacting with Remote Lambda Functions +Working with AWS Lambda Functions