Amazon Serverless Application Repository · Arazzo Workflow
AWS SAR Deploy Application Via Change Set
Version 1.0.0
Publish an application version, then create a CloudFormation change set to deploy it into a stack.
Provider
Workflows
deploy-via-change-set
Publish a version and create a CloudFormation change set for a stack.
Creates a new application version from a packaged SAM template, then creates a CloudFormation change set for the supplied stack at that version.
1
createVersion
CreateApplicationVersion
Publish the new application version from the supplied packaged SAM template so it can be deployed.
2
createChangeSet
CreateCloudFormationChangeSet
Create an AWS CloudFormation change set for the supplied stack at the version just published.