https://github.com/unhappychoice/lita-aws-cloudfront
:woman: Lita plugin for AWS CloudFront
https://github.com/unhappychoice/lita-aws-cloudfront
aws aws-cloudfront bot chatbot cloudfront lita lita-aws-cloudfront lita-handler slack
Last synced: about 1 year ago
JSON representation
:woman: Lita plugin for AWS CloudFront
- Host: GitHub
- URL: https://github.com/unhappychoice/lita-aws-cloudfront
- Owner: unhappychoice
- License: mit
- Created: 2019-09-02T17:39:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-14T01:25:28.000Z (almost 2 years ago)
- Last Synced: 2025-04-09T22:07:43.230Z (about 1 year ago)
- Topics: aws, aws-cloudfront, bot, chatbot, cloudfront, lita, lita-aws-cloudfront, lita-handler, slack
- Language: Ruby
- Homepage:
- Size: 1.82 MB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# lita-aws-cloudfront
[](https://badge.fury.io/rb/lita-aws-cloudfront)
[](https://codeclimate.com/github/unhappychoice/lita-aws-cloudfront)
[](https://codecov.io/gh/unhappychoice/lita-aws-cloudfront)
[](https://libraries.io/github/unhappychoice/lita-aws-cloudfront)


`lita-aws-cloudfront` allows you to manage AWS CloudFront by commands.
## Installation
Add lita-aws-cloudfront to your Lita instance's Gemfile:
``` ruby
gem "lita-aws-cloudfront"
```
## 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_cloudfront.aws_region = 'us-east-1'
Lita.config.handlers.aws_cloudfront.aws_access_key_id = 'xxxx'
Lita.config.handlers.aws_cloudfront.aws_secret_access_key = 'xxxx'
```
## Usage
```bash
lita cloudfront distributions
lita cloudfront invalidations ${distribution_id}
lita cloudfront invalidate ${distribution_id} ${path or '/*' if path is empty}
```
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/unhappychoice/lita-aws-cloudfront. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
## Code of Conduct
Everyone interacting in the Lita::AWS::CloudFront project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/unhappychoice/lita-aws-cloudfront/blob/master/CODE_OF_CONDUCT.md).