Add production deployment patterns tutorial (20-production-deployment-patterns)#268
Open
MakendranAmazon wants to merge 2 commits into
Open
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.
Author
|
@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. |
Collaborator
|
Hi @MakendranAmazon - Thanks for putting this together! That said, I think it overlaps heavily with what we already have in python/02-deploy/. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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