Description of Issue Fixed
Experience failures when trying to run serverless create_domain after adding permissions per README or deploying the permissions template. This is due to the lack of the acm:DescribeCertificate action.
Changes proposed in this pull request:
Add acm:DescribeCertificate action to README and deployment of permissions template.
Fixes #501
Description of Issue Fixed Experience failures when trying to run
serverless create_domain
after adding permissions per README or deploying the permissions template. This is due to the lack of theacm:DescribeCertificate
action.Changes proposed in this pull request:
acm:DescribeCertificate
action to README and deployment of permissions template.