Skip to content

Conversation

@vamsi619
Copy link

Description

Adds a new CDK example demonstrating how to deploy a Strands Agent application to AWS App Runner. This adds to existing deployment examples, with fully managed infrastructure and automatic HTTPS endpoints.

Type of Change

  • New content addition

Motivation and Context

This change adds an App Runner deployment option that eliminates infrastructure complexity entirely. Developers can now deploy production-ready agent applications with automatic HTTPS endpoints, scaling, and load balancing without any networking or infrastructure configuration. This lowers the barrier to entry for deploying Strands Agents to AWS and provides a faster path from development to production.

Areas Affected

  • [New] docs/examples/cdk/deploy_to_apprunner/ - A new folder with required files to deploy a Strands Agent application to App Runner
  • [Updated] docs/example/README.md - Added a link to Deploy to App Runner README.
  • [Updated] docs/examples/cdk/deploy_to_ec2/README.md - Mentioned App Runner as an option
  • [New] docs/user-guide/deploy/deploy_to_aws_apprunner.md - App Runner Deployment Guide
  • [Updated] docs/user-guide/deploy/operating-agents-in-production.md - Mentioned App Runner as an option
  • [Updated] docs/user-guide/deploy/deploy_to_aws_lambda.md - Mentioned App Runner as an option
  • [Updated] mkdocs.yml - Added a link for App Runner Documentation in the Navigation

Screenshots

Screenshot 2025-11-11 at 4 17 59 PM

Checklist

  • I have read the CONTRIBUTING document
  • My changes follow the project's documentation style
  • I have tested the documentation locally using mkdocs serve
  • Links in the documentation are valid and working
  • Images/diagrams are properly sized and formatted
  • All new and existing tests pass

Additional Notes

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@JackYPCOnline
Copy link
Contributor

Build failed you might need to fix those links, see details: https://github.com/strands-agents/docs/actions/runs/21004159832/job/60526967294?pr=329

*.d.ts
node_modules
.venv/
output.json
Copy link
Contributor

Choose a reason for hiding this comment

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

We don't need this right

Copy link
Author

Choose a reason for hiding this comment

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

Since they are already present in the parent file, I have removed them in the new commit.

@vamsi619
Copy link
Author

@JackYPCOnline I have fixed the broken links. Please review the new commit.

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.

2 participants