Skip to content

Commit

Permalink
Merge pull request amplify-education#26 from balassy/bugfix/readme-pe…
Browse files Browse the repository at this point in the history
…rmissions

FIXED: IAM role permissions are corrected in the README
  • Loading branch information
aoskotsky-amplify authored Oct 10, 2017
2 parents ffaefc1 + 278c778 commit ae62888
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ Make sure you have the following installed before starting:

The IAM role that is deploying the lambda will need the following permissions:
```
acm: ListCertificate
acm: ListCertificates
apigateway: GET
apigateway: POST
route53: ListHostedZones
route53: ChangeResourceRecordSets
cloudfront: UpdateDistribution
```

## Installing
Expand Down

0 comments on commit ae62888

Please sign in to comment.