Categories: Tech NewsTechCrunch+

AWS launches Application Composer, a low-code tool for building serverless apps

At its re:Invent conference today, AWS announced the launch of AWS Application Composer, a new low-code tool for visually designing and building serverless applications. The service provides developers with a visual canvas and a simple drag-and-drop interface to create the application architecture, connect their resources and design their functions.

As AWS CTO Werner Vogels not during his keynote today, a lot of developers want to get started with building serverless applications but the barrier of entry is still too high for many. In part, that’s because you have to think about serverless applications differently, given that they are generally asynchronous systems (one of the main topics of Vobels’ keynote today). So the team set out to improve this with Application Composer.

Advertisement

“Sometimes developers choose a synchronous system because it’s convenient. They look so much simpler,” he said. “In a synchronous system, you have all these components. In the event-driven [architecture], how they work together can sometimes look a little daunting. So we’ve been thinking about how can we simplify this. How can you make it easier, for example, for developers that never used serverless before? How do you know where to start? Which services do they need? How do they work together? We really wanted to make this easier.”

With Application Composer, developers can easily build functions to perform standard transformation tasks, for example, and then deploy them with just a few clicks.

There is an escape hatch, so developers can then also take this code and continue to work on it in their IDE of choice. But as Vogels noted, because this is a visual system, it’s also now much easier to share this code with colleagues and collaborate on it.

Advertisement

AWS launches Application Composer, a low-code tool for building serverless apps by Frederic Lardinois originally published on TechCrunch

Advertisement
Share
Published by

Recent Posts

How to Handle AJAX GET/POST Requests in WordPress

AJAX (Asynchronous JavaScript and XML) is a powerful technique used in modern web development that…

3 weeks ago

Page Speed Optimization: Post-Optimization Dos and Don’ts

Introduction After successfully optimizing your website for speed, it's essential to maintain and build upon…

3 weeks ago

Ultimate Guide to Securing WordPress Folders: Protect Your Site from Unauthorized Access

Securing your WordPress folders is crucial to safeguarding your website from unauthorized access and potential…

2 months ago

HTML CSS PHP File Upload With Circle Progress Bar

Creating a file upload feature with a circular progress bar involves multiple steps. You'll need…

2 months ago

Using WP Rocket with AWS CloudFront CDN

Integrating WP Rocket with AWS CloudFront CDN helps to optimize and deliver your website content…

2 months ago

Securing phpMyAdmin Like a Pro: Essential Tips and Tricks

Securing phpMyAdmin is crucial to prevent unauthorized access and protect your databases. Here's a guide…

9 months ago