v0.49.0
[#98] Add a flag to redirect HTTP traffic to HTTPS @sestrella (#218)
what
- Add a flag to redirect HTTP traffic to HTTPS
- The hostname included in the redirection can be customized
why
- It is a common best practice to redirect HTTP traffic to HTTPS
- This workaround is necessary since Elastic Beanstalk HTTP listener rule can't be changed to a
redirect
action via the general options
references
- Kudos to @yashshanker who posted the simplified solution
- Closes #98