You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Learn how to view your Lambda Function locally, iterate, and deploy changes to the AWS Cloud.
3
+
Learn how to view your Lambda function locally, iterate, and deploy changes to the AWS Cloud.
4
4
5
5
## Edit your Lambda function
6
6
@@ -9,11 +9,11 @@ Learn how to view your Lambda Function locally, iterate, and deploy changes to t
9
9
10
10
## Manage your Lambda functions
11
11
12
-
- Select the AWS icon in the left sidebar and select **EXPLORER**
12
+
- Select the AWS Toolkit icon in the left sidebar and select **EXPLORER**
13
13
- In your desired region, select the Lambda dropdown menu:
14
-
- To save and deploy a previously edited Lambda function, select the cloud deploy icon next to your Lambda function.
15
-
- To remotely invoke a function, select the play icon next to your Lambda function.
14
+
- To save and deploy a previously edited Lambda function, select the  icon next to your Lambda function.
15
+
- To remotely invoke a function, select the  icon next to your Lambda function.
16
16
17
-
## Advanced Features
17
+
## Advanced features
18
18
19
19
- To convert to a Lambda function to an AWS SAM application, select the  icon next to your Lambda function. For details on what AWS SAM is and how it can help you, see the [AWS Serverless Application Model Developer Guide](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/what-is-sam.html).
0 commit comments