You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to make this plugin work as expected a few additional IAM Policies might be needed on your AWS profile.
62
60
63
61
More specifically this plugin needs the following policies attached:
64
62
65
-
*`cloudfront:CreateDistribution`
66
-
*`cloudfront:GetDistribution`
67
-
*`cloudfront:UpdateDistribution`
68
-
*`cloudfront:DeleteDistribution`
69
-
*`cloudfront:TagResource`
70
-
*`acm:ListCertificates`
71
-
*`route53:ListHostedZones`
72
-
*`route53:ChangeResourceRecordSets`
73
-
*`route53:GetHostedZone`
74
-
*`route53:ListResourceRecordSets`
63
+
*`cloudfront:CreateDistribution`
64
+
*`cloudfront:GetDistribution`
65
+
*`cloudfront:UpdateDistribution`
66
+
*`cloudfront:DeleteDistribution`
67
+
*`cloudfront:TagResource`
68
+
*`route53:ListHostedZones`
69
+
*`route53:ChangeResourceRecordSets`
70
+
*`route53:GetHostedZone`
71
+
*`route53:ListResourceRecordSets`
72
+
*`acm:ListCertificates`
75
73
76
74
You can read more about IAM profiles and policies in the [Serverless documentation](https://serverless.com/framework/docs/providers/aws/guide/credentials#creating-aws-access-keys).
77
75
78
76
79
77
## References
80
-
-[serverless framework example integration](https://medium.com/@walid.karray/configuring-a-custom-domain-for-aws-lambda-function-url-with-serverless-framework-c0d78abdc253)
81
-
-[AWS Lambda Function URLs](https://aws.amazon.com/fr/blogs/aws/announcing-aws-lambda-function-urls-built-in-https-endpoints-for-single-function-microservices/)
82
-
78
+
-[serverless framework example integration](https://medium.com/@walid.karray/configuring-a-custom-domain-for-aws-lambda-function-url-with-serverless-framework-c0d78abdc253)
79
+
-[AWS Lambda Function URLs](https://aws.amazon.com/fr/blogs/aws/announcing-aws-lambda-function-urls-built-in-https-endpoints-for-single-function-microservices/)
0 commit comments