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

Commit 30ecb2b

Browse files
author
erichendrickson
authored
Update credentials-setup.md
1 parent 6278e17 commit 30ecb2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws/introduction-to-aws/credentials-setup/credentials-setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ When you get Bash installed, type `which bash` in your Bash console. This tells
6969

7070
## Working With Credentials
7171

72-
At this point you can use credentials in your projects. To make them available, type `export AWS_PROFILE=TFEWorkspace`. This will allow you to run `pnpm run package` and `pnpm run deploy` in backend repositories. You can also use AWS SDK functions in your code base.
72+
At this point you can use credentials in your projects. To make them available, type `export AWS_PROFILE=TFEWorkspace` if you are using Linux or OSX or `set AWS_PROFILE=TFEWorkspace` if you are using Windows. This will allow you to run `pnpm run package` and `pnpm run deploy` scripts in backend repositories. You can also use AWS SDK functions in your code base.
7373

7474
Note that whenever you open a new terminal window you will need to run `export AWS_PROFILE=TFEWorkspace`, so if you're not able to package or deploy this is the first thing you should do.

0 commit comments

Comments
 (0)