what's the relationship between aws application composer and sam cli? #4507
-
Through the internet infering, aws cloud acquired stackery.io at 2021, then the developers from stackery.io developed sam pipelines, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @lgtminshi and thank you for your question! I lead product for both of these projects. We think of Application Composer and the SAM CLI as complementary tools for building serverless applications. Composer’s connected mode enables it to work seamlessly, through the browser, with any local tool you have installed that understands CloudFormation/SAM projects. For example, I often use Composer with What would you like to see from a combination of Composer, SAM CLI, and your IDE? |
Beta Was this translation helpful? Give feedback.
Hello @lgtminshi and thank you for your question!
I lead product for both of these projects. We think of Application Composer and the SAM CLI as complementary tools for building serverless applications. Composer’s connected mode enables it to work seamlessly, through the browser, with any local tool you have installed that understands CloudFormation/SAM projects. For example, I often use Composer with
sam sync --watch
running in my IDE so that resources I drag onto the canvas are provisioned in my account by the time I need to work with them in my IDE. Here’s a gif demonstrating Composer/IDE connectivity if you haven’t tried it yet.What would you like to see from a combination of Compos…