lita-aws-ecs

Gem Version Circle CI Code Climate codecov Libraries.io dependency status for GitHub repo GitHub

lita-aws-ecs allows you to manage AWS ECS by commands.

Installation

Add lita-aws-ecs to your Lita instance's Gemfile:

gem "lita-aws-ecs"

Configuration

Set environment variables below.

AWS_REGION=us-east-1
AWS_ACCESS_KEY_ID=xxxx
AWS_SECRET_ACCESS_KEY=xxxx

or use config

Lita.config.handlers.aws_ecs.aws_region = 'us-east-1'
Lita.config.handlers.aws_ecs.aws_access_key_id = 'xxxx'
Lita.config.handlers.aws_ecs.aws_secret_access_key = 'xxxx'

Usage

lita ecs clusters
lita ecs cluster services ${cluster_name}
lita ecs cluster tasks ${cluster_name}
lita ecs service tasks ${service_name}
lita ecs service update_task ${cluster_name} ${service_name} ${task_name:revision}

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/seibii/lita-aws-ecs. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the Lita::AWS::ECS project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.