mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
8 lines
364 B
Markdown
8 lines
364 B
Markdown
This file tells the JAWS tooling what profile from the [shared credentials](http://docs.aws.amazon.com/AWSJavaScriptSDK/guide/node-configuring.html#Credentials_from_the_Shared_Credentials_File_____aws_credentials_) file (`~/.aws/credentials`) is loaded when doing administrative tasks that interact with AWS.
|
|
|
|
Here is an example
|
|
|
|
```
|
|
ADMIN_AWS_PROFILE=default
|
|
```
|