serverless/docs/admin-env.md
Austen Collins dd785825c6 sync
2015-09-16 10:23:04 -07:00

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