From 97fccc034f99cd81ca6c818570536d64058f65a5 Mon Sep 17 00:00:00 2001 From: Anton Attano <8094861+AntonAttano@users.noreply.github.com> Date: Sat, 1 Mar 2025 11:34:13 +0100 Subject: [PATCH] This comma breaks the json syntax --- How-to-use-Amazon-Route53-API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How-to-use-Amazon-Route53-API.md b/How-to-use-Amazon-Route53-API.md index 9ed236d..ba54e79 100644 --- a/How-to-use-Amazon-Route53-API.md +++ b/How-to-use-Amazon-Route53-API.md @@ -52,7 +52,7 @@ If you want to use a much more restrictive AWS policy, use the following: "Effect": "Allow", "Action": [ "route53:GetHostedZone", - "route53:ListResourceRecordSets", + "route53:ListResourceRecordSets" ], "Resource": "arn:aws:route53:::hostedzone/" },