VOOZH about

URL: https://thenewstack.io/aws-code-catalyst-a-low-code-approach-for-the-dev-lifecycle/

⇱ AWS Code Catalyst: A 'Low-Code' Approach for the Dev Lifecycle - The New Stack


TNS
SUBSCRIBE
Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.
REQUIRED
It seems that you've previously unsubscribed from our newsletter in the past. Click the button below to open the re-subscribe form in a new tab. When you're done, simply close that tab and continue with this form to complete your subscription.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.
Welcome and thank you for joining The New Stack community!
Please answer a few simple questions to help us deliver the news and resources you are interested in.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Great to meet you!
Tell us a bit about your job so we can cover the topics you find most relevant.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Welcome!

We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.

What’s next?

Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.

Follow TNS on your favorite social media networks.

Become a TNS follower on LinkedIn.

Check out the latest featured and trending stories while you wait for your first TNS newsletter.

PREV
1 of 2
NEXT
VOXPOP
As a JavaScript developer, what non-React tools do you use most often?
Angular
0%
Astro
0%
Svelte
0%
Vue.js
0%
Other
0%
I only use React
0%
I don't use JavaScript
0%
Thanks for your opinion! Subscribe below to get the final results, published exclusively in our TNS Update newsletter:
NEW! Try Stackie AI
From clobbered drafts to real-time sync
Apr 14th 2026 10:00am, by David Moore
TypeScript 6.0 RC arrives as a bridge to a faster future
Mar 14th 2026 9:00am, by Darryl K. Taft
Mastra empowers web devs to build AI agents in TypeScript
Jan 28th 2026 11:00am, by Loraine Lawson
2022-12-20 09:41:19
AWS Code Catalyst: A 'Low-Code' Approach for the Dev Lifecycle
Cloud Services / Software Development

AWS Code Catalyst: A ‘Low-Code’ Approach for the Dev Lifecycle

AWS’ CodeCatalyst aims to handle, in a low-code way, the entire software development cycle: building a repository, setting up logging, running a CI/CD pipeline.
Dec 20th, 2022 9:41am by Jessica Wachtel
👁 Featued image for: AWS Code Catalyst: A ‘Low-Code’ Approach for the Dev Lifecycle

Launched at the Amazon Web ServicesRe:Invent user conference this month, AWS’ CodeCatalyst aims to handle, in a low-code way, the entire software development cycle, ie building a repository, setting up logging, a CI/CD pipeline. Its purpose is to reduce “friction throughout the development lifecycle,” as AWS Developer Advocate Steve Roberts summarizes in a blog post.

“We built this with developers, team, and collaboration in mind. It really helps you plan and develop and collaborate in different applications from AWS,” noted AWS Chief Technology Officer Werner Vogels, during his keynote talk.

This service would interest anyone who has ever tried to set up a bundler that didn’t bundle or uttered the phrase, “it works on my machine so it should work on yours,” which, of course, is rarely the case.

A few of the features included with CodeCatalyst include On-Demand cloud-based Dev Environments, issue management, trace commit changes, pull request deployment, automated dashboards, and inviting others to collaborate via email. All of this is available in selectable packages called blueprints, which are provided by AWS or you can create your own.

Project Blueprints

These are essentially CodeCatalyst “package options” pre-designed by AWS. The blog post more formally refers to them as, “Parameterized application blueprints enable you to set up shared project resources to support the application development lifecycle and team collaboration in minutes.”

The blueprints include the initial code repository which can be AWS service configuration or a git repository and an issue tracker (internal or external trackers are accepted) as well as source code and best practices (all incredibly helpful if needed). Also in the blueprints — CI/CD pipelines and hosting resources. Code up some business logic and hit “deploy” to see some code.

Supported languages are Typescript, Python, Java, .Net, and supported frameworks include React, Angular, and Vue with “more to come” though no future release dates were mentioned.

👁 Image

Cloud-Based Dev Environments

Rather than have developers use local development environments, CodeCatalyst uses a devfile (link) that defines the configuration in an on-demand cloud-based Dev Environment. The resources needed to code, test, and debug a project are all configured in the devfile.

One challenge this aims to solve is “environmental drift.” The effects of environmental drift are usually seen later in a project. This happens when someone on the team has a slightly different version of a toolchain or library than the remainder of the environments related to the project. The end result is subtle bugs that go unnoticed for longer than they should. Dev Environments remove any unnecessary variance.

Build and Deploy Pipelines

Vogels describes this as, “A very easy way to deploy full AWS services across regions, across accounts, and your global network and to test building, ports, code coverage, unit testing, and automation… the heavy lifting for development that actually doesn’t help us build an application faster.”

The build and release pipeline created by the blueprint can run on flexible or managed infrastructure, can use on-demand compute or pre-provisioned build, including a choice of machine sizes and container environments. Built-on or partner-provided actions are acceptable, GitHub actions are acceptable, and pipelines are configurable using YAML or a visual editor.

You can deploy to popular AWS services including Amazon Elastic Container Service (ECS), AWS Lambda, and Amazon Elastic Compute Cloud (Amazon EC2).

CodeCatalyst is a managed service and is currently available in preview.

Watch Vogel’s entire keynote here:

TRENDING STORIES
Jessica Wachtel is a developer marketing writer at InfluxData where she creates content that helps make the world of time series data more understandable and accessible. Jessica has a background in software development and technical journalism.
Read more from Jessica Wachtel
SHARE THIS STORY
TRENDING STORIES
Amazon Web Services is a sponsor of The New Stack.
SHARE THIS STORY
TRENDING STORIES
TNS DAILY NEWSLETTER Receive a free roundup of the most recent TNS articles in your inbox each day.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.