Using Application Composer with your local IDE - AWS Application Composer

Using Application Composer with your local IDE

Use AWS Application Composer from the AWS Management Console with local sync mode to connect with your local integrated development environment (IDE).

Benefits of using Application Composer with your local IDE

As you design in Application Composer, your local template and project directory are automatically synced and saved.

You can use your local IDE to view changes and modify your templates. Changes that you make locally are automatically synced to Application Composer.

You can use local tools such as the AWS Serverless Application Model Command Line Interface (AWS SAM CLI) to build, test, deploy your application, and more.


				Using Application Composer with a local IDE to sync changes.

Integrate Application Composer with your local IDE

To integrate Application Composer with your local IDE
  1. In Application Composer, create or load a project with local sync activated.

  2. In your local IDE, open the same project folder as Application Composer.

  3. Use Application Composer with your local IDE. Updates made in Application Composer will automatically sync with your local machine. Here are some examples of what you can do:

    1. Use your version control system of choice to track updates being performed by Application Composer.

      
								Making a change in Application Composer and viewing the git diff in your local
									IDE.
    2. Use the AWS SAM CLI locally to build, test, deploy your application, and more. To learn more, see Use AWS SAM to deploy your application to AWS CloudFormation.

      
								Using sam build and sam deploy in your local IDE.