See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| #!/usr/bin/env python3 | |
| import ssl | |
| import socketserver | |
| import threading | |
| import re | |
| import os | |
| ALPNDIR="/etc/dehydrated/alpn-certs" | |
| PROXY_PROTOCOL=False |
| Resources: | |
| AWSEBAutoScalingLaunchConfiguration: | |
| Type: "AWS::AutoScaling::LaunchConfiguration" | |
| Properties: | |
| SpotPrice: | |
| "Fn::GetOptionSetting": | |
| Namespace: "aws:elasticbeanstalk:application:environment" | |
| OptionName: "EC2_SPOT_PRICE" | |
| DefaultValue: {"Ref":"AWS::NoValue"} |