Skip to content

Conversation

@cogwirrel
Copy link
Contributor

Reason for this change

Since the initial implementation of the py#strands-agent, py#mcp-server and ts#mcp-server generators, CDK L2 constructs have been released for AgentCore, as well as a dedicated terraform resource, so we can remove our use of the L1 constructs/custom cli resource.

Description of changes

Use CDK agentcore alpha constructs package, and terraform resource.

Description of how you validated changes

Unit tests, integ tests, manual testing

Issue # (if applicable)

Fixes #322

Checklist


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

Since the initial implementation of the py#strands-agent, py#mcp-server and ts#mcp-server
generators, CDK L2 constructs have been released for agentcore, as well as a dedicated terraform
resource, so we can remove our use of the L1 constructs/custom cli resource.

Fixes #322
@codecov-commenter
Copy link

codecov-commenter commented Nov 28, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.32%. Comparing base (d64de65) to head (54fa9d6).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #363      +/-   ##
==========================================
- Coverage   96.32%   96.32%   -0.01%     
==========================================
  Files          91       91              
  Lines        9223     9215       -8     
  Branches     1095     1095              
==========================================
- Hits         8884     8876       -8     
  Misses        328      328              
  Partials       11       11              

☔ 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.

@github-actions
Copy link
Contributor

📚 Documentation translations have been updated and committed (035e4d7) to this PR.

docs/src/content/docs/es/get_started/tutorials/dungeon-game/1.mdx
docs/src/content/docs/es/guides/py-strands-agent.mdx
docs/src/content/docs/es/snippets/mcp/bedrock-deployment.mdx
docs/src/content/docs/es/snippets/mcp/shared-constructs.mdx
docs/src/content/docs/fr/get_started/tutorials/dungeon-game/1.mdx
docs/src/content/docs/fr/guides/py-strands-agent.mdx
docs/src/content/docs/fr/snippets/mcp/bedrock-deployment.mdx
docs/src/content/docs/fr/snippets/mcp/shared-constructs.mdx
docs/src/content/docs/it/get_started/tutorials/dungeon-game/1.mdx
docs/src/content/docs/it/guides/py-strands-agent.mdx
docs/src/content/docs/it/snippets/mcp/bedrock-deployment.mdx
docs/src/content/docs/it/snippets/mcp/shared-constructs.mdx
docs/src/content/docs/jp/get_started/tutorials/dungeon-game/1.mdx
docs/src/content/docs/jp/guides/py-strands-agent.mdx
docs/src/content/docs/jp/snippets/mcp/bedrock-deployment.mdx
docs/src/content/docs/jp/snippets/mcp/shared-constructs.mdx
docs/src/content/docs/ko/get_started/tutorials/dungeon-game/1.mdx
docs/src/content/docs/ko/guides/py-strands-agent.mdx
docs/src/content/docs/ko/snippets/mcp/bedrock-deployment.mdx
docs/src/content/docs/ko/snippets/mcp/shared-constructs.mdx
docs/src/content/docs/pt/get_started/tutorials/dungeon-game/1.mdx
docs/src/content/docs/pt/guides/py-strands-agent.mdx
docs/src/content/docs/pt/snippets/mcp/bedrock-deployment.mdx
docs/src/content/docs/pt/snippets/mcp/shared-constructs.mdx
docs/src/content/docs/zh/get_started/tutorials/dungeon-game/1.mdx
docs/src/content/docs/zh/guides/py-strands-agent.mdx
docs/src/content/docs/zh/snippets/mcp/bedrock-deployment.mdx
docs/src/content/docs/zh/snippets/mcp/shared-constructs.mdx

@github-actions
Copy link
Contributor

📚 Documentation translations have been updated and committed (54fa9d6) to this PR.

docs/src/content/docs/es/guides/py-strands-agent.mdx
docs/src/content/docs/fr/guides/py-strands-agent.mdx
docs/src/content/docs/it/guides/py-strands-agent.mdx
docs/src/content/docs/jp/guides/py-strands-agent.mdx
docs/src/content/docs/ko/guides/py-strands-agent.mdx
docs/src/content/docs/pt/guides/py-strands-agent.mdx
docs/src/content/docs/zh/guides/py-strands-agent.mdx

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.

AgentCore - Terraform update

2 participants