Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Disclaimer: While this branch "works", it is not yet suited for production
Introduces automated domain management using route53, including automated SSL certificate requests and validations.
If one or more domains aren't managed by a Hosted Zone in your account, the required DNS entries will be written to the console.
If there is no issued SSL certificate for all domains combined and one or more aren't managed by a Hosted Zone in your account, deployment will wait for the DNS entries to be added manually and the certificate to be issued.
I'm already using this in a project and have done some testing, but it would be a great if a few more people could try it out and provide feedback. I also need feedback/input for the following problems:
All suggestions are welcome, I think this would be a nice addition to the plugin if done properly.