Amazon Serverless Application Repository · Arazzo Workflow
AWS SAR Publish Application
Version 1.0.0
Create a new serverless application, add a version to it, then confirm the published result.
Provider
Workflows
publish-application
Create an application, publish a version, and read it back.
Creates an application owned by the requester, creates a new application version from a packaged SAM template, and reads the application back to verify the published version.
1
createApplication
CreateApplication
Create a new application owned by the requester using the supplied name, author, and description.
2
createVersion
CreateApplicationVersion
Publish a new semantic version onto the newly created application using the supplied packaged SAM template.
3
getApplication
GetApplication
Read the application back, requesting the specific semantic version just published, to confirm it is attached.