DEV Community

Cover image for A quick overview about AWS Application Composer
Ahmed Adel for AWS Community Builders

Posted on • Updated on

A quick overview about AWS Application Composer

  • A couple of days ago, in re:invent 2022 , Werner Vogels, Amazon's CTO announced launching "AWS Application Composer", a visual designer that you can use to build your serverless applications from multiple AWS services 🀯.

tweet

  • It has an interactive builder to design your application architecture by selecting, connecting, and defining AWS resources on a canvas. As you design, Application Composer automatically develops your infrastructure as code (IaC) templates, following AWS best practices.

Drag and drop resources

  • You can start with an initial sketch, create deployable code,
    and integrate into your current workflows to improve your development experience.

  • Then you can configure the actions and interactions of your AWS resources, specify their properties.

description

  • For example, The following screenshot shows the Application Composer canvas with three unconnected resources: an API Gateway with an HTTP GET method, a Lambda function, and a DynamoDB table, the DynamoDB table is selected, revealing the Resource properties panel where you can configure a resource's properties.

description2

  • You can easily connect resources to each other by clicking and dragging from one resource facet to another. Permissions are automatically composed for these resources to interact with each other.

connect

Define your infrastructure as code (IaC) templates:

  • As you design, Application Composer automatically composes your AWS CloudFormation and AWS Serverless Application Model (AWS SAM) templates, following AWS best practices.

Image description

  • You can view and modify your templates directly from within Application Composer. Application Composer automatically
    syncs changes between the visual canvas and your template code.

  • The following screenshot shows the Template view in Application Composer. The application template is
    a .yaml file with AWS SAM template and AWS CloudFormation template resources. The resources include an API Gateway API (AWS::Serverless::Api), a Lambda function (AWS::Serverless::Function), and a DynamoDB table (AWS::DynamoDB::Table).

Image description


Connected Vs Un Connected Mode:

➀ Conneted Mode: lets you automatically sync and save your template files and project folders locally as
you design in Application Composer. To use this feature, a web browser that supports the File System
Access API is required.
βž₯ Connected mode gives you also a cool feature, it allows you to use Application Composer with local tools such as an IDE. Any changes made locally will automatically reflect here.

ide

➀UnConneted Mode: If you prefer to use a web browser that doesn’t support the File System Access API or prefer to not use
connected mode, you can use Application Composer in unconnected mode. With unconnected mode, you
manually upload and save your template files as you design.


  • Unfortunately, AWS application composer is only available in 6 Regions for now.

Image description


  • You can find official developer guide here.

Follow me on:
Linkedin.

Top comments (2)

Collapse
 
naucode profile image
Al - Naucode

Hey! Thank you for this, I liked it ;) keep writing, you got my follow!

Collapse
 
ahmedadel profile image
Ahmed Adel

Thank you very much :) will keep writing (Y)