Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions java/running-examples-locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ Use the [AWS toolkit](https://aws.amazon.com/intellij/) IntelliJ plugin to run t
2. Create a *Run Configuration* for the main class of your application
3. Edit *Run Configuration*: under *AWS configuration*, select *Use the currently selected credential profile/region*.

> **Note:** If the AWS Toolkit is not available or not working, you can alternatively set AWS credentials as environment variables in your Run Configuration:
> - `AWS_ACCESS_KEY_ID`
> - `AWS_SECRET_ACCESS_KEY`
> - `AWS_SESSION_TOKEN` (if using temporary credentials)



#### Network access to VPC-networked services

Expand Down