Amazon Serverless Application Repository · Arazzo Workflow
AWS SAR Publish Multiple Versions
Version 1.0.0
Create an application and publish two sequential semantic versions, then list all versions.
Provider
Workflows
publish-multiple-versions
Create an application and publish two versions, then list them.
Creates an application, publishes an initial version and a second version, and lists the resulting version history.
1
createApplication
CreateApplication
Create the application that both versions will be published onto.
2
createFirstVersion
CreateApplicationVersion
Publish the initial semantic version from the supplied packaged SAM template.
3
createSecondVersion
CreateApplicationVersion
Publish the follow-on semantic version onto the same application.
4
listVersions
ListApplicationVersions
List the application's versions to confirm both releases are present.