This is the knowledge hub for Amazon Quick. It contains integration guides, infrastructure-as-code templates, management documentation, and end-to-end use cases maintained by the Amazon Quick team. The content is published as a searchable documentation site and supplements the official Amazon Quick documentation.
Read the docs here: aws-samples.github.io/sample-amazon-quick-suite-knowledge-hub
The Integration section covers how to connect third-party services to Amazon Quick as knowledge base sources and action connectors, including MCP server implementations you can deploy directly.
The Manage Quick section covers identity configuration, observability (CloudWatch-based monitoring via MCP), customization, and security guardrails.
The Infrastructure as Code section provides a Terraform module for bootstrapping Amazon Quick with AWS IAM Identity Center.
The Amazon Quick on desktop section provides a CDK stack that deploys Amazon Cognito as an OpenID Connect (OIDC) provider for the desktop application.
The Use Cases section contains complete, deployable solutions ranging from actuarial analysis with MCP tools and chat agent embedding in web apps to document generation via AgentCore, compliance automation, and exporting SharePoint lists to Amazon Quick Sight datasets.
The site is built with MkDocs Material and managed with uv. To run it locally:
pip install uv
uv sync --dev
uv run mkdocs serveThe site is available at http://127.0.0.1:8000. Changes to files in docs/ are reflected immediately.
See How to Contribute for the full guide. Fork the repo, add your content under docs/, update the nav in mkdocs.yml, run uv run mkdocs build --strict to verify, and open a PR.
This project is licensed under the MIT-0 License. See the LICENSE file.