serverless/docs/admin-env.md
2015-09-09 08:45:24 -05:00

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
```