An https://aws.amazon.com/codecatalyst/ Dev Environment is a cloud-based development environment that you can use in CodeCatalyst to quickly work on the code stored in the source repositories of your project. The project tools and application libraries included in your Dev Environment are defined by a devfile in the source repository of your project. In the previous CodeCatalyst post, https://aws.amazon.com/blogs/devops/team-collaboration-with-amazon-codecatalyst/, I focused on CodeCatalyst’s collaboration capabilities and how that related to https://a.co/d/2EVNmOO main protaganist.

In this post, I will focus on managing development environments to show how CodeCatalyst removes the burden of managing workload specific configurations and produces reliable on-demand development environments.

By adding an environment variable and value, anytime a new dev environment is created from this project’s repository, that value will be included.

Related Articles