Logo
Explore Help
Sign In
iSharkFly-Docs/amazon-bedrock-agentcore-samples
1
0
Fork 0
You've already forked amazon-bedrock-agentcore-samples
mirror of https://github.com/awslabs/amazon-bedrock-agentcore-samples.git synced 2025-09-08 20:50:46 +00:00
Code Issues Packages Projects Releases Wiki Activity
amazon-bedrock-agentcore-sa.../02-use-cases/07-AWS-Operations-Agent/mcp-tool-lambda/lambda/Dockerfile

14 lines
347 B
Docker
Raw Permalink Normal View History

Add AWS Operations Conversational Agent use case - Complete serverless AI-powered AWS operations platform - Multi-Lambda architecture with Function URL deployment - Bedrock AgentCore Gateway integration with MCP protocol - 20 AWS service tools for comprehensive operations - Dual authentication: AWS SigV4 + Okta JWT - Natural language interface with streaming responses - DynamoDB conversation persistence - Docker-based MCP Tool Lambda with Strands framework - Production-ready with enterprise security patterns - Comprehensive documentation and setup guides - Read-only operations by default with write enablement guide - Interactive client with CLI interface - Complete Okta OAuth2 PKCE setup - Management scripts for gateway and target operations - Sanitized configuration with dummy data for public sharing
2025-07-15 17:30:49 -07:00
FROM public.ecr.aws/lambda/python:3.11
# Copy requirements first for better caching
COPY requirements.txt ${LAMBDA_TASK_ROOT}
# Install Python dependencies
RUN pip install --no-cache-dir -r requirements.txt
# Copy function code
COPY mcp-tool-handler.py ${LAMBDA_TASK_ROOT}
# Set the CMD to your handler
CMD ["mcp-tool-handler.lambda_handler"]
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 8279ms Template: 13ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API