Skip to content

Commit 19ec29e

Browse files
Final checks
1 parent 8c1e02a commit 19ec29e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/install-guides/aws-sam-cli.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ To install, run the following command:
4848
sudo apt install python-is-python3 python3-pip -y
4949
```
5050

51-
## Download and install the AWS SAM CLI:
51+
## Download and install the AWS SAM CLI
5252

5353
There are two options to install the SAM CLI, you can select your preferred method:
5454

5555
* From a zip file.
5656
* Using the Python `pip` command.
5757

58-
### Download and install from zip file:
58+
### Download and install from zip file
5959

6060
Use `wget`:
6161

@@ -65,7 +65,7 @@ unzip aws-sam-cli-linux-arm64.zip -d sam-install
6565
sudo ./sam-install/install
6666
```
6767

68-
### Install the SAM CLI using Python pip:
68+
### Install the SAM CLI using Python pip
6969

7070
```
7171
sudo apt install python3-venv -y
@@ -74,7 +74,7 @@ source .venv/bin/activate
7474
pip install aws-sam-cli
7575
```
7676

77-
### Confirm that the SAM CLI has been installed:
77+
### Confirm that the SAM CLI has been installed
7878

7979
```bash
8080
sam --version

0 commit comments

Comments
 (0)