You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-22Lines changed: 22 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,37 +97,37 @@ To run the Lambda function outside of a container, we need to execute the `handl
97
97
98
98
2. Sign in with AWS SSO, and export the correct profile for this service:
99
99
100
-
```bash
101
-
aws sso login
100
+
```bash
101
+
aws sso login
102
102
103
-
export AWS_PROFILE=github-copilot-usage-lambda
104
-
```
103
+
export AWS_PROFILE=github-copilot-usage-lambda
104
+
```
105
105
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.
107
107
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.
0 commit comments