Installation
RubyGems
Install codebuild via RubyGems.
gem install cody
The Quick Start provides a guide on how to use cody. The DSL Docs provide more detail on the syntax.
AWS CLI
AWS access is required. Though you can set up acess with AWS_*
environment variables, the AWS CLI is strongly recommended. It’ll allow the use of AWS Profiles. You can install the AWS CLI via pip.
pip install awscli --upgrade --user
Then configure it.
aws configure
Pro tip: Use the <- and -> arrow keys to move back and forward.
Edit this page
See a typo or an error? You can improve this page. This website is available on GitHub, and contributions are encouraged and welcomed. We love pull requests from you!
- Suggest an edit to this page (here's the contributing guide).
- Open an issue about this page to report a problem.