Amazon Well-Architected Tool · Arazzo Workflow

Amazon Well-Architected Tool Associate Lens to Workload

Version 1.0.0

Create a workload, attach additional lenses, and list the lens reviews.

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

Provider

amazon-well-architected-tool

Workflows

associate-lens
Create a workload, associate lenses, and list its lens reviews.
Creates a new workload, associates the supplied additional lens aliases with it, and lists the lens reviews to confirm the attached lenses are available to answer.
3 steps inputs: ClientRequestToken, Description, Environment, LensAliases, Lenses, ReviewOwner, WorkloadName outputs: lensReviewSummaries, workloadId
1
createWorkload
Create the workload with its required name, description, environment, review owner, and initial lenses.
2
associateLenses
Associate the additional lens aliases with the workload so they can be reviewed.
3
listLensReviews
List the lens reviews on the workload to confirm the newly associated lenses are present.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Amazon Well-Architected Tool Associate Lens to Workload
  summary: Create a workload, attach additional lenses, and list the lens reviews.
  description: >-
    Extend a workload with extra lenses beyond those supplied at creation. The
    workflow creates the workload, associates one or more additional lens
    aliases with it, and then lists the lens reviews so the newly attached
    lenses appear alongside the originals. 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: associate-lens
  summary: Create a workload, associate lenses, and list its lens reviews.
  description: >-
    Creates a new workload, associates the supplied additional lens aliases with
    it, and lists the lens reviews to confirm the attached lenses are available
    to answer.
  inputs:
    type: object
    required:
    - WorkloadName
    - Description
    - Environment
    - Lenses
    - ReviewOwner
    - ClientRequestToken
    - LensAliases
    properties:
      WorkloadName:
        type: string
        description: The unique name of the workload (3-100 characters).
      Description:
        type: string
        description: The description for the workload (3-250 characters).
      Environment:
        type: string
        description: The environment for the workload (PRODUCTION or PREPRODUCTION).
      Lenses:
        type: array
        description: The list of lens aliases to associate at creation time.
        items:
          type: string
      ReviewOwner:
        type: string
        description: The review owner of the workload.
      ClientRequestToken:
        type: string
        description: Idempotency token for the create request.
      LensAliases:
        type: array
        description: The list of additional lens aliases to associate after creation.
        items:
          type: string
  steps:
  - stepId: createWorkload
    description: >-
      Create the workload with its required name, description, environment,
      review owner, and initial lenses.
    operationId: CreateWorkload
    requestBody:
      contentType: application/json
      payload:
        WorkloadName: $inputs.WorkloadName
        Description: $inputs.Description
        Environment: $inputs.Environment
        Lenses: $inputs.Lenses
        ReviewOwner: $inputs.ReviewOwner
        ClientRequestToken: $inputs.ClientRequestToken
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      workloadId: $response.body#/WorkloadId
  - stepId: associateLenses
    description: >-
      Associate the additional lens aliases with the workload so they can be
      reviewed.
    operationId: AssociateLenses
    parameters:
    - name: WorkloadId
      in: path
      value: $steps.createWorkload.outputs.workloadId
    requestBody:
      contentType: application/json
      payload:
        LensAliases: $inputs.LensAliases
    successCriteria:
    - condition: $statusCode == 200
  - stepId: listLensReviews
    description: >-
      List the lens reviews on the workload to confirm the newly associated
      lenses are present.
    operationId: ListLensReviews
    parameters:
    - name: WorkloadId
      in: path
      value: $steps.createWorkload.outputs.workloadId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      lensReviewSummaries: $response.body#/LensReviewSummaries
  outputs:
    workloadId: $steps.createWorkload.outputs.workloadId
    lensReviewSummaries: $steps.listLensReviews.outputs.lensReviewSummaries

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-associate-lens-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.