Amazon Serverless Application Repository · Arazzo Workflow
AWS SAR Update Application Metadata
Version 1.0.0
Read an application, update its descriptive metadata, then read it back to confirm the changes.
Provider
Workflows
update-application-metadata
Read, patch, and re-read an application's descriptive metadata.
Reads an application's current state, updates its metadata fields, and reads it back to confirm the new values.
1
getBefore
GetApplication
Read the application to capture its current metadata before applying any changes.
2
updateApplication
UpdateApplication
Patch the application's metadata with the supplied author, description, home page URL, labels, and readme.
3
getAfter
GetApplication
Read the application back to confirm the metadata updates were applied.