mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
10 lines
364 B
Markdown
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
|
|
```
|