Skip to content

Commit c4efd1c

Browse files
committed
chore: update README
1 parent 1161fb7 commit c4efd1c

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,18 @@ Install dev dependencies to run linting tools
4747
make install-dev
4848
```
4949

50+
Sign in with AWS SSO, and export the correct profile for this service:
51+
52+
```bash
53+
aws sso login
54+
55+
export AWS_PROFILE=keh-tech-audit-tool-api
56+
```
57+
58+
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.
59+
60+
**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.
61+
5062
Set environment variables:
5163

5264
```bash

0 commit comments

Comments
 (0)