Add production deployment patterns tutorial (20-production-deployment-patterns)#268
Conversation
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.
|
@manoj-selvakumar5 This tutorial is ready for review. It covers deploying Strands agents from local development to production on AWS. |
|
Latest scan for commit: ✅ Security Scan Report (PR Files Only)Scanned Files
Security Scan Results
Threshold: High No security issues detected in your changes. Great job! This scan only covers files changed in this PR. |
|
Hi @MakendranAmazon - Thanks for putting this together! That said, I think it overlaps heavily with what we already have in python/02-deploy/. |
|
Hi @manoj-selvakumar5 — Thanks for the review! I understand the overlap concern with
My tutorial is a learning-first notebook series that teaches the why and how step-by-step using pure Python/boto3 — no CDK or TypeScript dependency. What my tutorial adds that's not in Streaming pattern — full Production best practices notebook — explicit guidance on Progressive learning structure — local agent → HTTP wrapper → container → deploy → harden (teaches concepts before giving production code)
Happy to:
Let me know what works best! |
Adds a tutorial covering Production Deployment Patterns under
python/01-learn/20-production-deployment-patterns/.What's covered
Structure
BedrockModel,stream_async,SlidingWindowConversationManager, Docker, and boto3