Route53 module Evaluate Target Health option?

Has anyone added support for the Evaluate Target Health option in Route53 to the Route53 module? Looks like it is a configuration option in Boto so I assume it would be fairly easy to add support for it, but I haven’t done Python/Ansible module development before. Also found it a little strange because the Boto library says that the alias_evaluate_target_health is a required parameter on alias records.

I just submitted this PR

https://github.com/ansible/ansible-modules-core/pull/2489