Amazon CodeCatalyst will no longer be open to new customers starting on November 7, 2025. If you would like to use the service, please sign up prior to November 7, 2025. For more information, see How to migrate from CodeCatalyst.
Adding Dev Environments components to a blueprint
Managed development environments (MDE) are used to create and stand up MDE Workspaces in
CodeCatalyst. The component generates a devfile.yaml
file. For more information,
see Introduction to Devfile
new Workspace(this, repository, SampleWorkspaces.default);
To import Amazon CodeCatalyst blueprints workspaces components
In your blueprint.ts
file, add the following:
import {...} from '@amazon-codecatalyst/codecatalyst-workspaces'