{"id":17159839,"url":"https://github.com/unhappychoice/lita-aws-cloudfront","last_synced_at":"2025-04-13T13:30:31.218Z","repository":{"id":37385179,"uuid":"205907227","full_name":"unhappychoice/lita-aws-cloudfront","owner":"unhappychoice","description":":woman: Lita plugin for AWS CloudFront","archived":false,"fork":false,"pushed_at":"2024-08-14T01:25:28.000Z","size":1906,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T22:07:43.230Z","etag":null,"topics":["aws","aws-cloudfront","bot","chatbot","cloudfront","lita","lita-aws-cloudfront","lita-handler","slack"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/unhappychoice.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-09-02T17:39:45.000Z","updated_at":"2025-01-01T04:14:23.000Z","dependencies_parsed_at":"2024-01-05T03:49:10.554Z","dependency_job_id":null,"html_url":"https://github.com/unhappychoice/lita-aws-cloudfront","commit_stats":{"total_commits":1134,"total_committers":3,"mean_commits":378.0,"dds":0.5123456790123457,"last_synced_commit":"9b2e0be08ad5ffeaa4446d09dc18bc14c8f8895a"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unhappychoice%2Flita-aws-cloudfront","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unhappychoice%2Flita-aws-cloudfront/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unhappychoice%2Flita-aws-cloudfront/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unhappychoice%2Flita-aws-cloudfront/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unhappychoice","download_url":"https://codeload.github.com/unhappychoice/lita-aws-cloudfront/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248720908,"owners_count":21151008,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","aws-cloudfront","bot","chatbot","cloudfront","lita","lita-aws-cloudfront","lita-handler","slack"],"created_at":"2024-10-14T22:15:16.137Z","updated_at":"2025-04-13T13:30:31.189Z","avatar_url":"https://github.com/unhappychoice.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lita-aws-cloudfront\n[![Gem Version](https://badge.fury.io/rb/lita-aws-cloudfront.svg)](https://badge.fury.io/rb/lita-aws-cloudfront)\n[![Code Climate](https://codeclimate.com/github/unhappychoice/lita-aws-cloudfront/badges/gpa.svg)](https://codeclimate.com/github/unhappychoice/lita-aws-cloudfront)\n[![codecov](https://codecov.io/gh/unhappychoice/lita-aws-cloudfront/branch/master/graph/badge.svg)](https://codecov.io/gh/unhappychoice/lita-aws-cloudfront)\n[![Libraries.io dependency status for GitHub repo](https://img.shields.io/librariesio/github/unhappychoice/lita-aws-cloudfront.svg)](https://libraries.io/github/unhappychoice/lita-aws-cloudfront)\n![](http://ruby-gem-downloads-badge.herokuapp.com/lita-aws-cloudfront?type=total)\n![GitHub](https://img.shields.io/github/license/unhappychoice/lita-aws-cloudfront.svg)\n\n`lita-aws-cloudfront` allows you to manage AWS CloudFront by commands. \n\n## Installation\n\nAdd lita-aws-cloudfront to your Lita instance's Gemfile:\n\n``` ruby\ngem \"lita-aws-cloudfront\"\n```\n\n## Configuration\nSet environment variables below.\n\n```\nAWS_REGION=us-east-1\nAWS_ACCESS_KEY_ID=xxxx\nAWS_SECRET_ACCESS_KEY=xxxx\n```\n\nor use config\n\n```\nLita.config.handlers.aws_cloudfront.aws_region = 'us-east-1'\nLita.config.handlers.aws_cloudfront.aws_access_key_id = 'xxxx'\nLita.config.handlers.aws_cloudfront.aws_secret_access_key = 'xxxx'\n```\n\n## Usage\n\n```bash\nlita cloudfront distributions\nlita cloudfront invalidations ${distribution_id}\nlita cloudfront invalidate ${distribution_id} ${path or '/*' if path is empty} \n```\n\n## Contributing\n\nBug 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.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone 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).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funhappychoice%2Flita-aws-cloudfront","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funhappychoice%2Flita-aws-cloudfront","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funhappychoice%2Flita-aws-cloudfront/lists"}