Skip to content

Commit

Permalink
Merge pull request #508 from kevinle-1/master
Browse files Browse the repository at this point in the history
add acm describecertificate permission to README and example cfn
  • Loading branch information
rddimon authored Aug 2, 2022
2 parents 8bc3363 + 07536fd commit 9bdb738
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Make sure you have the following installed before starting:
The IAM role that is deploying the lambda will need the following permissions:
```
acm:ListCertificates *
acm:DescribeCertificate *
apigateway:GET /domainnames/*
apigateway:GET /domainnames/*/basepathmappings
apigateway:DELETE /domainnames/*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Resources:
- Effect: Allow
Action:
- acm:ListCertificates
- acm:DescribeCertificate
Resource: '*'
- Effect: Allow
Action:
Expand Down

0 comments on commit 9bdb738

Please sign in to comment.