lumoslabs / broadside

Command-line tool for AWS ECS deploys
MIT License
44 stars 8 forks source link

Remove AwsConfig class; rename docker_image and cluster to default_docker_image and default_cluster #65

Closed apurvis closed 7 years ago

apurvis commented 7 years ago

Let's get rid of this - ECS is AWS and the aws.region and aws.credentials are really ecs.region and ecs.credentials anyways.

keeps the amount of config subclasses to a minimum / eases validation / makes more sense

also rename:

apurvis commented 7 years ago

replaced by https://github.com/lumoslabs/broadside/pull/66