By aws-samples
Generate AWS-branded Bento presentation decks (.bento.html) from a DECK.md plan file using a three-phase workflow: plan, compile, and mandatory QA.
Welcome. This repository has been prepared by Startup Solution Architects in AWS APJ to help startups easily discover additional resources, including sample code, workshops, and demos.
We hope this repository helps you navigate the available options and maximize the value of running on AWS. As always, if you have any questions, please don't hesitate to contact your local AWS startup team. If you're not already connected with them, you can reach out here: https://aws.amazon.com/startups/contact-us
The repository is organized by domain. Below is a summary of the areas covered:
| Domain | Areas Covered |
|---|---|
| Agentic Workloads | Agentic Patterns, Model Selection & Agent Platform |
| Agentic Coding | Kiro, Claude Code, AI-DLC Practices, Kiro Autonomous & Frontier Agents |
| Analytics | OpenSearch, Ingestion, Streaming, Processing, Cloud Data Warehouse, Data Lake, S3 Tables, QuickSight |
| Databases | Relational, Non-relational, Timestream, Vector Databases |
| AI Infra | SageMaker, Fine-tuning, Inference, Training |
| Modern Applications | AI on EKS, ML Orchestration, Containers, Serverless & Event-Driven Architecture |
| Security & Compliance | Identity, IDP, Compliance, Cloud and Data Sovereignty |
| Amazon Connect | Voice, Call Centers & Back Offices |
This repository is large and contains many projects, making it a monorepo.
To save time and disk space, we recommend cloning only the directories you need rather than downloading the entire repository.
You can do this using git sparse-checkout.
For example, if you want to clone the agentic-workloads/sample-1 project, run:
git clone https://github.com/aws-samples/sample-apj-sup-sa.git
cd sample-apj-sup-sa
git sparse-checkout init --cone
git sparse-checkout set agentic-workloads/sample-1
For more details on git sparse-checkout, see:
https://github.blog/2020-01-17-bring-your-monorepo-down-to-size-with-sparse-checkout/
In addition to the resources in this repository, Startup Build Solutions offers sample code and step-by-step guides on many of the topics covered here, tailored to help startups adopt them more effectively. We encourage you to explore it alongside this repository.
You may also find the following resources helpful as you build on AWS:
This library is licensed under the MIT-0 License. See the LICENSE file for details. The agentic-workloads/unicorn-rental-dataset/ folder is licensed under CC0-1.0 — see its own LICENSE file.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub aws-samples/sample-apj-sup-sa --plugin aws-bento-deckPrompt optimization skills for Amazon Nova 1 and Nova 2. Provides /nova1-prompt and /nova2-prompt — rewrite or migrate a prompt for a specific Nova generation with the correct inference config, formatting rules, and (for Nova 2) multimodal caveats.
Healthcare and Life Sciences domain skills and MCP tools — genomics, drug discovery, clinical trials, biomarker analysis, medical terminology, and more. Use with the AWS Agent Toolkit for full agent build-and-deploy workflows.
Spec-driven PowerPoint generation with a compose sub-agent (Claude Code).
AWS Spark Analysis plugin for Claude Code - troubleshoot Spark workloads on AWS Glue, EMR, and EMR Serverless
Two Claude Code skills for EKS Auto Mode: onboarding guide for newcomers and maintenance playbook for repo maintainers
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Evidence-gated AI coding workflow: scan → analyze → plan → TDD → execute → fix → verify → review, powered by Codebase Memory MCP >= 0.9.0 with optional Serena LSP intelligence. Includes blast-radius planning, test/cycle gates, independent review, and Windows Git Bash hook auto-resolution.
Browser automation and end-to-end testing MCP server by Microsoft. Enables Claude to interact with web pages, take screenshots, fill forms, click elements, and perform automated browser testing workflows.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques