https://github.com/slack-ruby/slack-aws
A slack bot for AWS.
https://github.com/slack-ruby/slack-aws
Last synced: 5 months ago
JSON representation
A slack bot for AWS.
- Host: GitHub
- URL: https://github.com/slack-ruby/slack-aws
- Owner: slack-ruby
- License: mit
- Created: 2015-07-14T18:10:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-29T05:57:45.000Z (over 8 years ago)
- Last Synced: 2025-06-27T05:40:19.507Z (8 months ago)
- Language: Ruby
- Size: 72.3 KB
- Stars: 16
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
SlackAws
========
[](https://travis-ci.org/slack-ruby/slack-aws)
Slack bot for AWS.
## Installation
See [DEPLOYMENT](DEPLOYMENT.md).
## Commands
### aws
Shows bot version and links.
### aws hi
Politely says 'hi' back.
### aws help
Get help.
### aws s3
* `aws s3 buckets`: Lists S3 buckets.
* `aws s3 ls [bucket] [N]`: Displays max N objects in an S3 bucket.
### aws opsworks
* `aws opsworks stacks`: Lists OpsWorks stacks.
* `aws opsworks apps [stack]`: Lists apps for a given stack.
* `aws opsworks instances [stack]`: Lists instances for a given stack.
## Contributing
See [CONTRIBUTING](CONTRIBUTING.md).
## Copyright and License
Copyright (c) 2015, Daniel Doubrovkine, Artsy and [Contributors](CHANGELOG.md).
This project is licensed under the [MIT License](LICENSE.md).