From 1041391be64b8449709b6e9ab94be5ee187e5103 Mon Sep 17 00:00:00 2001 From: marcusbirkin Date: Sun, 11 Feb 2018 12:42:43 +0000 Subject: [PATCH] Missing "," in second policy example --- How-to-use-Amazon-Route53-API.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/How-to-use-Amazon-Route53-API.md b/How-to-use-Amazon-Route53-API.md index ecc64d7..10deb70 100644 --- a/How-to-use-Amazon-Route53-API.md +++ b/How-to-use-Amazon-Route53-API.md @@ -51,8 +51,8 @@ If you want to use a must more restrictive AWS policy, use the following: { "Effect": "Allow", "Action": [ - "route53:GetHostedZone" - "route53:ListResourceRecordSets" + "route53:GetHostedZone", + "route53:ListResourceRecordSets", "route53:ChangeResourceRecordSets" ], "Resource": "arn:aws:route53:::hostedzone/hosted zone id"