Merge pull request #2374 from serverless/add-header-in-docs

add existing IAM role docs header
This commit is contained in:
Florian Motlik 2016-10-14 11:58:40 +02:00 committed by GitHub
commit 9b9089bcf8

View File

@ -30,6 +30,7 @@ provider:
On deployment, all these statements will be added to the IAM role that is assumed by your lambda functions.
# Using existing IAM role
If you want to use an existing IAM role, you can add your IAM role ARN in the `iamRoleARN`. For example:
```yml