Amazon Kendra · Arazzo Workflow
Amazon Kendra Create FAQ and Query
Version 1.0.0
Load an FAQ file from S3 into an index, wait until it is active, then query for FAQ-backed answers.
View Spec
View on GitHub
Artificial IntelligenceEnterprise SearchKnowledge-ManagementMachine-LearningNatural-LanguageArazzoWorkflows
Provider
Workflows
create-faq-and-query
Create an FAQ from an S3 file, wait for ACTIVE, then query for answers.
Creates an FAQ from an S3 input file, polls until the FAQ is ACTIVE, and runs a search query that can return the new FAQ answers.
1
createFaq
Create the FAQ from the supplied S3 input file. The FAQ begins in the CREATING state while Kendra ingests the question/answer pairs.
2
waitForFaqActive
Poll the FAQ until ingestion completes. The FAQ reports CREATING while it is being built and ACTIVE once its answers are searchable.
3
query
Run the search query against the index so the newly loaded FAQ answers can surface as QUESTION_ANSWER result items.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.