Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Commit a43586e

Browse files
committed
fixed aws profile issue
1 parent 4b0d3f9 commit a43586e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ NOTE: **Windows** users should [enable symlinks](http://answers.perforce.com/art
7474
| | cmd | description |
7575
|----|-----|--------------|
7676
| 1. | **npm install -g squeezer-cli** | Install Squeezer CLI |
77-
| 2. | [Configure AWS profile](https://docs.squeezer.io/clouds/aws/aws_profile.html) | AWS Profile |
78-
| 3. | **sqz create --project my-first-project --template aws-api-nodejs --email you@example.org** | Create a project |
79-
| 4. | **cd my-first-project** | Switch to the project's directory |
77+
| 2. | **sqz create --project my-first-project --template aws-api-nodejs --email you@example.org** | Create a project |
78+
| 3. | **cd my-first-project** | Switch to the project's directory |
79+
| 4. | [Configure AWS profile](https://docs.squeezer.io/clouds/aws/aws_profile.html) | AWS Profile |
8080
| 5. | **sqz install** | Install all requirements |
8181
| 5. | **sqz compile** | Compile microservices |
8282
| 7. | **sqz serve** | Simulates project on your local microservices platform<br>*NOTE* : Live reload enabled by default |

docs/clouds/aws/aws_profile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ Default output format [None]: json
2525
#### Step 3 - Initiate the AWS profile for your Squeezer project
2626

2727
```
28-
$ sqz config --setting aws-profile --value my-first-project
28+
$ sqz config --setting aws_profile --value my-first-project
2929
```

0 commit comments

Comments
 (0)