Skip to content

Commit

Permalink
route53 - Refactor to use boto3 (#405)
Browse files Browse the repository at this point in the history
* route53 - Refactor to use boto3
* Changelog

Co-authored-by: Mark Chappell <[email protected]>
  • Loading branch information
pjrm and tremble authored Feb 12, 2021
1 parent a89ec90 commit 08d0b9c
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 203 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/405-route53-boto3.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minor_changes:
- route53 - migrated from boto to boto3 (https://github.com/ansible-collections/community.aws/pull/405).
2 changes: 1 addition & 1 deletion docs/community.aws.route53_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Requirements
The below requirements are needed on the host that executes this module.

- python >= 2.6
- boto
- boto3


Parameters
Expand Down
Loading

0 comments on commit 08d0b9c

Please sign in to comment.