Skip to content

Commit bc6f073

Browse files
committed
do the vs code extension
1 parent 77d1532 commit bc6f073

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed
3.41 MB
Loading
162 KB
Loading

src/content/docs/aws/tooling/lambda-tools/vscode-extension.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar:
66
order: 4
77
---
88

9-
## Introduction
9+
## Introduction
1010

1111
[LocalStack VSCode Extension](https://github.com/localstack/localstack-vscode-extension) supports deploying and invoking Python Lambda functions through [AWS SAM](https://github.com/aws/serverless-application-model) or [AWS CloudFormation](https://aws.amazon.com/cloudformation/resources/templates/).
1212

@@ -33,13 +33,11 @@ Install the [LocalStack VSCode Extension](https://marketplace.visualstudio.com/i
3333
You can now open the Python handler function under `app/hello_world.py`.
3434
Click the CodeLens **Deploy Lambda function**, select the `template.yaml`, and choose a stack name such as `my-stack`.
3535

36-
<img src="deploy-lambda-function.gif" alt="Deploying Lambda function via the VS Code Extension" title="Deploying Lambda function via the VS Code Extension" width="700" />
37-
<br><br>
36+
![Deploying Lambda function via the VS Code Extension](/images/aws/deploy-lambda-function.gif)
3837

3938
Click the CodeLens **Invoke Lambda function** and pick the stack name `my-stack` and the function `hello-world-function`.
4039

41-
<img src="invoke-lambda-function.gif" alt="Invoking Lambda function via the VS Code Extension" title="Invoking Lambda function via the VS Code Extension" width="700" />
42-
<br>
40+
![Invoking Lambda function via the VS Code Extension](/images/aws/invoke-lambda-function.gif)
4341

4442
## Current Limitations
4543

0 commit comments

Comments
 (0)