Skip to content

Add production deployment patterns tutorial (20-production-deployment-patterns)#268

Open
MakendranAmazon wants to merge 2 commits into
strands-agents:mainfrom
MakendranAmazon:feat/production-deployment-patterns
Open

Add production deployment patterns tutorial (20-production-deployment-patterns)#268
MakendranAmazon wants to merge 2 commits into
strands-agents:mainfrom
MakendranAmazon:feat/production-deployment-patterns

Conversation

@MakendranAmazon

@MakendranAmazon MakendranAmazon commented May 28, 2026

Copy link
Copy Markdown

Adds a tutorial covering Production Deployment Patterns under python/01-learn/20-production-deployment-patterns/.

What's covered

  • Local agent to HTTP service — wrapping a Strands agent with FastAPI/Docker
  • Deploy to AWS — Lambda and Fargate deployment patterns
  • Production best practices — observability, error handling, conversation management, and scaling

Structure

Add tutorial 20-production-deployment-patterns covering:
- Converting local agents to HTTP services
- Deploying to AWS (Lambda, Fargate)
- Production best practices

Update python/README.md with new SDK fundamentals index.
The cleanup section in notebook 01 was deleting files that notebook 02
depends on for Lambda and Fargate deployments. Now only removes the
Docker image and __pycache__, preserving the source files.
@MakendranAmazon MakendranAmazon changed the title feat: add production deployment patterns tutorial Add production deployment patterns tutorial (20-production-deployment-patterns) May 28, 2026
@MakendranAmazon

Copy link
Copy Markdown
Author

@manoj-selvakumar5 This tutorial is ready for review. It covers deploying Strands agents from local development to production on AWS.

@github-actions

github-actions Bot commented Jun 5, 2026

Copy link
Copy Markdown

Latest scan for commit: 8c58bc4 | Updated: 2026-06-05 01:58:41 UTC

✅ Security Scan Report (PR Files Only)

Scanned Files

  • python/01-learn/20-production-deployment-patterns/01_local_agent_to_http_service.ipynb
  • python/01-learn/20-production-deployment-patterns/02_deploy_to_aws.ipynb
  • python/01-learn/20-production-deployment-patterns/03_production_best_practices.ipynb
  • python/01-learn/20-production-deployment-patterns/README.md
  • python/01-learn/20-production-deployment-patterns/requirements.txt
  • python/README.md

Security Scan Results

Critical High Medium Low Info
0 0 0 0 0

Threshold: High

No security issues detected in your changes. Great job!

This scan only covers files changed in this PR.

@manoj-selvakumar5

Copy link
Copy Markdown
Collaborator

Hi @MakendranAmazon - Thanks for putting this together! That said, I think it overlaps heavily with what we already have in python/02-deploy/.

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