Issue:
Fail to deploy the quickstart when using Route53 hosted zone + Load Balancer FQDN.
Observation:
copy-lambdas.template is failing since its using runtime python 2.7
ACMCertificateLambda lambda is failing since the cfnresponse is outdated (using vendored request and old print syntax)