awslabs/startups

Official AWS Startups repository that hosts plugins, skills, tools and resources to support startup builders on AWS

16Stars on the repository
23Mods indexed here, across every type
3d agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

awslabs/startups

Agent

Generic, phase-AGNOSTIC worker that runs ONE migration phase's work (its fragments + assembler) in an isolated context and writes the phase's artifact(s) to disk. It is NOT tied to any phase — the phase to run is passed in the context block at dispatch time (the Phase file line). Capability tier: rw (read +…

16 3d ago B 143 tokens original Apache-2.0

awslabs/startups

Agent

Analyze the local source repo, detect the AI framework and LLM SDK usage, map all call sites, identify prompts, and enumerate user-visible behavior-deltas for the Bedrock migration. Returns a structured analysis object.

16 3d ago B 52 tokens original Apache-2.0

awslabs/startups

Agent

Rewrite LLM SDK calls to Amazon Bedrock on a dedicated git branch, swap dependencies, generate tests, and apply the user-confirmed behavior-delta decisions. Returns a structured rewrite object.

16 3d ago D 47 tokens original Apache-2.0

awslabs/startups

Agent

Parse LLM API logs from the local repo, extract prompt/response pairs, and build a golden dataset (prompts.jsonl) for evaluation. Returns a structured ingestion object.

16 3d ago B 45 tokens original Apache-2.0

awslabs/startups

Agent

Run each golden prompt against the target Bedrock model via the pinned uv harness, score with LLM-as-judge, and report a pass rate. Handles throttling with backoff; returns a structured eval object, or a partial/blocked control state.

16 3d ago B 61 tokens original Apache-2.0

awslabs/startups

Agent

Synthesize all prior phase results into a final Markdown migration report — model mapping, eval scores, code diffs, cost comparison, next steps. Writes MIGRATIONREPORT .md and returns a structured report object.

16 3d ago C 52 tokens original Apache-2.0