Skip to content

Commit 5e06f1b

Browse files
committed
chore: markdown linting
1 parent 6813d3e commit 5e06f1b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ To run the Lambda function outside of a container, we need to execute the `handl
107107

108108
**Note:** See the Developer Onboarding Guide on the "Using AWS SSO for Local Development" page on Confluence to set up service profile selection on your local machine.
109109

110-
3. Export the required environment variables:
110+
1. Export the required environment variables:
111111

112112
```bash
113113
export AWS_DEFAULT_REGION=eu-west-2
@@ -117,13 +117,13 @@ To run the Lambda function outside of a container, we need to execute the `handl
117117
export GITHUB_APP_CLIENT_ID=<github_app_client_id>
118118
```
119119

120-
4. Run the script.
120+
2. Run the script.
121121

122122
```bash
123123
python3 src/main.py
124124
```
125125

126-
5. To exit the profile:
126+
3. To exit the profile:
127127

128128
```bash
129129
unset AWS_PROFILE

0 commit comments

Comments
 (0)