-
Notifications
You must be signed in to change notification settings - Fork 2.4k
feat(policy-templates): add Route53ChangeResourceRecordSetsPolicy #1929
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Not sure why, but I got this error "UnboundLocalError: local variable 'patching' referenced before assignment", that's why the AppVeyor build failed. |
This looks well formed, Need to investigate on the appveyor failure. |
Hey @theBaffo it looks like you've defined You can also run |
Hi @hawflau! Yes, my bad! I updated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🙌 (Applied description nit above)
…s#1929) * feat(policy-templates): add Route53ChangeResourceRecordSetsPolicy * feat(policy-templates): replace 'hostedZoneId' with 'HostedZoneId' * feat(policy-templates): remove both Region and AccountId * Update samtranslator/policy_templates_data/policy_templates.json Co-authored-by: Chris Rehn <[email protected]>
Issue #, if available: #1930
Description of changes: Add "Route53ChangeResourceRecordSetsPolicy" policy
Description of how you validated changes:
Checklist:
make pr
passesBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.