Skip to content

Commit 29363b8

Browse files
committed
chore: resolve further markdown lint errors
1 parent c52e879 commit 29363b8

1 file changed

Lines changed: 22 additions & 22 deletions

File tree

README.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -97,37 +97,37 @@ To run the Lambda function outside of a container, we need to execute the `handl
9797

9898
2. Sign in with AWS SSO, and export the correct profile for this service:
9999

100-
```bash
101-
aws sso login
100+
```bash
101+
aws sso login
102102

103-
export AWS_PROFILE=github-copilot-usage-lambda
104-
```
103+
export AWS_PROFILE=github-copilot-usage-lambda
104+
```
105105

106-
This allows you to assume the AWS IAM role for the service, enabling the most secure development experience. This also means you will have limited permissions until you exit out of the profile.
106+
This allows you to assume the AWS IAM role for the service, enabling the most secure development experience. This also means you will have limited permissions until you exit out of the profile.
107107

108-
**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.
108+
**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-
1. Export the required environment variables:
110+
3. Export the required environment variables:
111111

112-
```bash
113-
export AWS_DEFAULT_REGION=eu-west-2
114-
export AWS_SECRET_NAME=<aws_secret_name>
115-
export AWS_ACCOUNT_NAME=<sdp-dev/sdp-prod>
116-
export GITHUB_ORG=ONSDigital
117-
export GITHUB_APP_CLIENT_ID=<github_app_client_id>
118-
```
112+
```bash
113+
export AWS_DEFAULT_REGION=eu-west-2
114+
export AWS_SECRET_NAME=<aws_secret_name>
115+
export AWS_ACCOUNT_NAME=<sdp-dev/sdp-prod>
116+
export GITHUB_ORG=ONSDigital
117+
export GITHUB_APP_CLIENT_ID=<github_app_client_id>
118+
```
119119

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

122-
```bash
123-
python3 src/main.py
124-
```
122+
```bash
123+
python3 src/main.py
124+
```
125125

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

128-
```bash
129-
unset AWS_PROFILE
130-
```
128+
```bash
129+
unset AWS_PROFILE
130+
```
131131

132132
### Running in a container
133133

0 commit comments

Comments
 (0)