ecspresso is a deployment tool for Amazon ECS. (pronounced the same as "espresso" ☕) ecspresso allows you to manage ECS services and task definitions as code in JSON, YAML, or Jsonnet files, enabling version control and infrastructure as code practices. You can generate configuration files from existing ECS services using ecspresso init, making it easy to start managing your infrastructure. Defini

