Helpers

Cody provides convenient helpers to define your CodeBuild related AWS resources. There are some common unique helpers that are cover here:

Helper Description
project_name The project name that is specified or conventionally inferred when you run the cody commands. IE: cody deploy PROJECT_NAME, cody start PROJECT_NAME, etc. So cody start demo means the project name is demo.
full_project_name The full project name includes the project_name, type, env, and extra options. IE: cody deploy demo --type deploy means full project name is demo-deploy-development. This is covered also in the Cody Conventions Docs.

For other helper methods, refer to each DSL resource for more docs and the source code. In general, the helper methods are simply wrapper methods to for the corresponding CloudFormation resource properties.

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!