Amazon Well-Architected Tool · Arazzo Workflow

Amazon Well-Architected Tool Annotate Lens Review

Version 1.0.0

Read a lens review and record lens-level and pillar-level notes on it.

1 workflow 1 source API 1 provider
View Spec View on GitHub ArchitectureBest PracticesCloud GovernanceWell-ArchitectedWorkloadsArazzoWorkflows

Provider

amazon-well-architected-tool

Workflows

annotate-lens-review
Fetch a lens review and update its notes.
Reads the lens review for a workload and updates it with lens-level notes and per-pillar notes, returning the annotated lens review.
2 steps inputs: LensAlias, LensNotes, PillarNotes, WorkloadId outputs: lensReview
1
getLensReview
Open the lens review for the workload to confirm the lens is applied and reviewable.
2
updateLensReview
Record lens-level notes and per-pillar notes on the lens review, returning the annotated review.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Amazon Well-Architected Tool Annotate Lens Review
  summary: Read a lens review and record lens-level and pillar-level notes on it.
  description: >-
    Add reviewer commentary to a lens review on a workload. The workflow opens
    the lens review to confirm it is reviewable and then updates it with
    lens-level notes and per-pillar notes, returning the annotated review. Every
    step spells out its request inline so the flow can be read and executed
    without opening the underlying OpenAPI description.
  version: 1.0.0
sourceDescriptions:
- name: workloadsApi
  url: ../openapi/amazon-well-architected-tool-workloads-api-openapi.yml
  type: openapi
workflows:
- workflowId: annotate-lens-review
  summary: Fetch a lens review and update its notes.
  description: >-
    Reads the lens review for a workload and updates it with lens-level notes
    and per-pillar notes, returning the annotated lens review.
  inputs:
    type: object
    required:
    - WorkloadId
    - LensAlias
    properties:
      WorkloadId:
        type: string
        description: The 32-character workload ID.
      LensAlias:
        type: string
        description: The alias or ARN of the lens being reviewed.
      LensNotes:
        type: string
        description: The lens-level notes to record on the review.
      PillarNotes:
        type: object
        description: A map of pillar ID to notes for per-pillar commentary.
  steps:
  - stepId: getLensReview
    description: >-
      Open the lens review for the workload to confirm the lens is applied and
      reviewable.
    operationId: GetLensReview
    parameters:
    - name: WorkloadId
      in: path
      value: $inputs.WorkloadId
    - name: LensAlias
      in: path
      value: $inputs.LensAlias
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      lensReview: $response.body#/LensReview
  - stepId: updateLensReview
    description: >-
      Record lens-level notes and per-pillar notes on the lens review, returning
      the annotated review.
    operationId: UpdateLensReview
    parameters:
    - name: WorkloadId
      in: path
      value: $inputs.WorkloadId
    - name: LensAlias
      in: path
      value: $inputs.LensAlias
    requestBody:
      contentType: application/json
      payload:
        LensNotes: $inputs.LensNotes
        PillarNotes: $inputs.PillarNotes
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      lensReview: $response.body#/LensReview
  outputs:
    lensReview: $steps.updateLensReview.outputs.lensReview

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/amazon-well-architected-tool-annotate-lens-review-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.