Skip to content

Conversation

cogwirrel
Copy link
Contributor

@cogwirrel cogwirrel commented Oct 14, 2025

Reason for this change

Demonstrate newer generators and make the tutorial more fun/relevant :)

Description of changes

Remove FastAPI from the dungeon adventure tutorial and replace it with a Strands Agent on Bedrock AgentCore Runtime, as well as a TypeScript MCP server for managing a player's inventory of items.

Description of how you validated changes

Integration test updated.

Ran through the tutorial manually end to end, deploying and testing at the end of each module.

NB: #330 is needed for the updated tutorial to work

Issue # (if applicable)

Fixes #324

Checklist


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

cogwirrel and others added 2 commits October 15, 2025 02:04
…p and agent generators

Remove FastAPI from the dungeon adventure tutorial and replace it with a Strands Agent on Bedrock
AgentCore Runtime, as well as a TypeScript MCP server for managing a player's inventory of items.

Fixes #324
Copy link
Contributor

📚 Documentation translations have been updated and committed (63ac4e3) to this PR.

docs/src/content/docs/es/get_started/tutorials/dungeon-game/1.mdx
docs/src/content/docs/es/get_started/tutorials/dungeon-game/2.mdx
docs/src/content/docs/es/get_started/tutorials/dungeon-game/3.mdx
docs/src/content/docs/es/get_started/tutorials/dungeon-game/4.mdx
docs/src/content/docs/es/get_started/tutorials/dungeon-game/overview.mdx
docs/src/content/docs/es/get_started/tutorials/dungeon-game/wrap-up.mdx
docs/src/content/docs/es/guides/fastapi.mdx
docs/src/content/docs/es/snippets/prerequisites.mdx
docs/src/content/docs/es/snippets/required-prerequisites.mdx
docs/src/content/docs/fr/get_started/tutorials/dungeon-game/1.mdx
docs/src/content/docs/fr/get_started/tutorials/dungeon-game/2.mdx
docs/src/content/docs/fr/get_started/tutorials/dungeon-game/3.mdx
docs/src/content/docs/fr/get_started/tutorials/dungeon-game/4.mdx
docs/src/content/docs/fr/get_started/tutorials/dungeon-game/overview.mdx
docs/src/content/docs/fr/get_started/tutorials/dungeon-game/wrap-up.mdx
docs/src/content/docs/fr/guides/fastapi.mdx
docs/src/content/docs/fr/snippets/prerequisites.mdx
docs/src/content/docs/fr/snippets/required-prerequisites.mdx
docs/src/content/docs/it/get_started/tutorials/dungeon-game/1.mdx
docs/src/content/docs/it/get_started/tutorials/dungeon-game/2.mdx
docs/src/content/docs/it/get_started/tutorials/dungeon-game/3.mdx
docs/src/content/docs/it/get_started/tutorials/dungeon-game/4.mdx
docs/src/content/docs/it/get_started/tutorials/dungeon-game/overview.mdx
docs/src/content/docs/it/get_started/tutorials/dungeon-game/wrap-up.mdx
docs/src/content/docs/it/guides/fastapi.mdx
docs/src/content/docs/it/snippets/prerequisites.mdx
docs/src/content/docs/it/snippets/required-prerequisites.mdx
docs/src/content/docs/jp/get_started/tutorials/dungeon-game/1.mdx
docs/src/content/docs/jp/get_started/tutorials/dungeon-game/2.mdx
docs/src/content/docs/jp/get_started/tutorials/dungeon-game/3.mdx
docs/src/content/docs/jp/get_started/tutorials/dungeon-game/4.mdx
docs/src/content/docs/jp/get_started/tutorials/dungeon-game/overview.mdx
docs/src/content/docs/jp/get_started/tutorials/dungeon-game/wrap-up.mdx
docs/src/content/docs/jp/guides/fastapi.mdx
docs/src/content/docs/jp/snippets/prerequisites.mdx
docs/src/content/docs/jp/snippets/required-prerequisites.mdx
docs/src/content/docs/ko/get_started/tutorials/dungeon-game/1.mdx
docs/src/content/docs/ko/get_started/tutorials/dungeon-game/2.mdx
docs/src/content/docs/ko/get_started/tutorials/dungeon-game/3.mdx
docs/src/content/docs/ko/get_started/tutorials/dungeon-game/4.mdx
docs/src/content/docs/ko/get_started/tutorials/dungeon-game/overview.mdx
docs/src/content/docs/ko/get_started/tutorials/dungeon-game/wrap-up.mdx
docs/src/content/docs/ko/guides/fastapi.mdx
docs/src/content/docs/ko/snippets/prerequisites.mdx
docs/src/content/docs/ko/snippets/required-prerequisites.mdx
docs/src/content/docs/pt/get_started/tutorials/dungeon-game/1.mdx
docs/src/content/docs/pt/get_started/tutorials/dungeon-game/2.mdx
docs/src/content/docs/pt/get_started/tutorials/dungeon-game/3.mdx
docs/src/content/docs/pt/get_started/tutorials/dungeon-game/4.mdx
docs/src/content/docs/pt/get_started/tutorials/dungeon-game/overview.mdx
docs/src/content/docs/pt/get_started/tutorials/dungeon-game/wrap-up.mdx
docs/src/content/docs/pt/guides/fastapi.mdx
docs/src/content/docs/pt/snippets/prerequisites.mdx
docs/src/content/docs/pt/snippets/required-prerequisites.mdx
docs/src/content/docs/zh/get_started/tutorials/dungeon-game/1.mdx
docs/src/content/docs/zh/get_started/tutorials/dungeon-game/2.mdx
docs/src/content/docs/zh/get_started/tutorials/dungeon-game/3.mdx
docs/src/content/docs/zh/get_started/tutorials/dungeon-game/4.mdx
docs/src/content/docs/zh/get_started/tutorials/dungeon-game/overview.mdx
docs/src/content/docs/zh/get_started/tutorials/dungeon-game/wrap-up.mdx
docs/src/content/docs/zh/guides/fastapi.mdx
docs/src/content/docs/zh/snippets/prerequisites.mdx
docs/src/content/docs/zh/snippets/required-prerequisites.mdx

@codecov-commenter
Copy link

codecov-commenter commented Oct 14, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.28%. Comparing base (e23f234) to head (6a66625).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #331   +/-   ##
=======================================
  Coverage   96.28%   96.28%           
=======================================
  Files          91       91           
  Lines        9060     9060           
  Branches     1092     1092           
=======================================
  Hits         8723     8723           
  Misses        327      327           
  Partials       10       10           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link

@swap-aws swap-aws left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left some minor feedback. Looks good otherwise.

Copy link
Contributor

📚 Documentation translations have been updated and committed (3f7efe8) to this PR.

docs/src/content/docs/es/get_started/tutorials/dungeon-game/2.mdx
docs/src/content/docs/es/get_started/tutorials/dungeon-game/3.mdx
docs/src/content/docs/fr/get_started/tutorials/dungeon-game/2.mdx
docs/src/content/docs/fr/get_started/tutorials/dungeon-game/3.mdx
docs/src/content/docs/it/get_started/tutorials/dungeon-game/2.mdx
docs/src/content/docs/it/get_started/tutorials/dungeon-game/3.mdx
docs/src/content/docs/jp/get_started/tutorials/dungeon-game/2.mdx
docs/src/content/docs/jp/get_started/tutorials/dungeon-game/3.mdx
docs/src/content/docs/ko/get_started/tutorials/dungeon-game/2.mdx
docs/src/content/docs/ko/get_started/tutorials/dungeon-game/3.mdx
docs/src/content/docs/pt/get_started/tutorials/dungeon-game/2.mdx
docs/src/content/docs/pt/get_started/tutorials/dungeon-game/3.mdx
docs/src/content/docs/zh/get_started/tutorials/dungeon-game/2.mdx
docs/src/content/docs/zh/get_started/tutorials/dungeon-game/3.mdx

Copy link

@swap-aws swap-aws left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cogwirrel cogwirrel merged commit e84d9b5 into main Oct 15, 2025
13 checks passed
@cogwirrel cogwirrel deleted the docs/dungeon-adventure-agentic branch October 15, 2025 05:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dungeon Adventure - add agentic examples

3 participants