/
githubmirror
/
serverless
Обзор
Документация
Войти
/
githubmirror
/
serverless
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
docs/sf/menu.json
191 строка
9 KB
Tomasz Czubocha
feat: add support for hosting MCP servers on AWS Lambda (#13778)
05 авг 2026, 17:22
Не верифицирован
05 авг 2026, 17:22
68210ee
Код
Авторство
О чём код?
{ "Intro": "", "Get Started": { "Setup": "getting-started", "Upgrading To V4": "guides/upgrading-v4", "Concepts": "providers/aws/guide/intro", "Tutorial": "tutorial", "AWS Credentials": "providers/aws/guide/credentials", "License Keys": "guides/license-keys" }, "Usage": { "Deploying": "providers/aws/guide/deploying", "Packaging": "providers/aws/guide/packaging", "Building": "providers/aws/guide/building", "Testing": "providers/aws/guide/testing", "Services": "providers/aws/guide/services", "Functions": "providers/aws/guide/functions", "Events": { "Overview": "providers/aws/guide/events", "HTTP (API Gateway v2)": "providers/aws/events/http-api", "REST (API Gateway v1)": "providers/aws/events/apigateway", "ActiveMQ": "providers/aws/events/activemq", "Application Load Balancer": "providers/aws/events/alb", "Alexa Skill": "providers/aws/events/alexa-skill", "Alexa Smart Home": "providers/aws/events/alexa-smart-home", "CloudWatch Event": "providers/aws/events/cloudwatch-event", "CloudWatch Log": "providers/aws/events/cloudwatch-log", "CloudFront": "providers/aws/events/cloudfront", "Cognito User Pool": "providers/aws/events/cognito-user-pool", "EventBridge Event": "providers/aws/events/event-bridge", "IoT": "providers/aws/events/iot", "IoT Fleet Provisioning": "providers/aws/events/iot-fleet-provisioning", "Kafka": "providers/aws/events/kafka", "Kinesis & DynamoDB": "providers/aws/events/streams", "MSK": "providers/aws/events/msk", "RabbitMQ": "providers/aws/events/rabbitmq", "S3": "providers/aws/events/s3", "Schedule": "providers/aws/events/schedule", "SNS": "providers/aws/events/sns", "SQS": "providers/aws/events/sqs", "Websocket": "providers/aws/events/websocket" }, "Layers": "providers/aws/guide/layers", "Managed Instances": "providers/aws/guide/managed-instances", "Sandboxes (Lambda MicroVMs)": "providers/aws/guide/sandboxes", "MCP Servers": "providers/aws/guide/mcp", "Alerts": "providers/aws/guide/alerts", "Version Pruning": "providers/aws/guide/prune", "Domains": "providers/aws/guide/domains", "IAM Function Permissions": "providers/aws/guide/iam", "Parameters": "guides/parameters", "Variables": { "Overview": "guides/variables", "Self-reference serverless.yml": "guides/variables/self", "Serverless Core": "guides/variables/core", "Environment Variables": "guides/variables/env-vars", "CLI Options": "guides/variables/cli-options", "External YAML/JSON Files": "guides/variables/file", "Javascript properties": "guides/variables/javascript", "Git": "guides/variables/git", "Doppler": "guides/variables/doppler", "AWS": { "Overview": "guides/variables/aws", "S3 Objects": "guides/variables/aws/s3", "SSM Parameter Store & Secrets Manager": "guides/variables/aws/ssm", "CloudFormation Stack Outputs": "guides/variables/aws/cf-stack" }, "HashiCorp": { "Overview": "guides/variables/hashicorp", "Vault": "guides/variables/hashicorp/vault", "Terraform State Output": "guides/variables/hashicorp/terraform" } }, "Resources": "providers/aws/guide/resources", "Composing Services": "guides/compose", "Deployment Bucket": "guides/deployment-bucket", "State": "guides/state", "Agent Skills": "guides/agent-skills", "Python support": "providers/aws/guide/python", "AI Agents": { "Overview": "providers/aws/guide/agents", "Runtime": "providers/aws/guide/agents/runtime", "Gateway": "providers/aws/guide/agents/gateway", "Memory": "providers/aws/guide/agents/memory", "Browser": "providers/aws/guide/agents/browser", "Code Interpreter": "providers/aws/guide/agents/code-interpreter", "Dev Mode": "providers/aws/guide/agents/dev" }, "API Gateway Proxy": "providers/aws/guide/api-gateway-aws-proxy", "AppSync": { "Overview": "providers/aws/guide/appsync", "General Configuration": "providers/aws/guide/appsync/general-config", "Authentication": "providers/aws/guide/appsync/authentication", "API Keys": "providers/aws/guide/appsync/API-keys", "Data Sources": "providers/aws/guide/appsync/dataSources", "Resolvers": "providers/aws/guide/appsync/resolvers", "Pipeline Functions": "providers/aws/guide/appsync/pipeline-functions", "Caching": "providers/aws/guide/appsync/caching", "Delta Sync": "providers/aws/guide/appsync/syncConfig", "Custom Domain": "providers/aws/guide/appsync/custom-domain", "WAF": "providers/aws/guide/appsync/WAF", "CLI Commands": "providers/aws/guide/appsync/commands" }, "Deploying SAM/CFN Templates": "guides/sam", "Workflow Tips": "guides/workflow", "Plugins": { "Overview": "guides/plugins", "Creating Plugins": "guides/plugins/creating-plugins", "CLI Output": "guides/plugins/cli-output", "Custom Commands": "guides/plugins/custom-commands", "Custom Variables": "guides/plugins/custom-variables", "Extending the Configuration schema": "guides/plugins/custom-configuration", "Extending and overriding configuration": "guides/plugins/extending-configuration" }, "Observability": { "Overview": "guides/observability", "Dashboard": "guides/observability/dashboard", "Axiom": "guides/observability/axiom" } }, "CLI Reference": { "Overview": "providers/aws/cli-reference", "agent inspect": "providers/aws/cli-reference/agent-inspect", "agent skills install": "providers/aws/cli-reference/agent-skills-install", "deploy": "providers/aws/cli-reference/deploy", "deploy function": "providers/aws/cli-reference/deploy-function", "deploy list": "providers/aws/cli-reference/deploy-list", "dev": "providers/aws/cli-reference/dev", "diff": "providers/aws/cli-reference/diff", "info": "providers/aws/cli-reference/info", "invoke": "providers/aws/cli-reference/invoke", "invoke local": "providers/aws/cli-reference/invoke-local", "login": "providers/aws/cli-reference/login", "login aws": "providers/aws/cli-reference/login-aws", "login aws sso": "providers/aws/cli-reference/login-aws-sso", "logs": "providers/aws/cli-reference/logs", "metrics": "providers/aws/cli-reference/metrics", "package": "providers/aws/cli-reference/package", "plugin install": "providers/aws/cli-reference/plugin-install", "plugin uninstall": "providers/aws/cli-reference/plugin-uninstall", "print": "providers/aws/cli-reference/print", "prune": "providers/aws/cli-reference/prune", "reconcile": "providers/aws/cli-reference/reconcile", "remove": "providers/aws/cli-reference/remove", "rollback": "providers/aws/cli-reference/rollback", "rollback function": "providers/aws/cli-reference/rollback-function", "support": "providers/aws/cli-reference/support", "usage": "providers/aws/cli-reference/usage" }, "Dashboard": { "Overview": "guides/dashboard", "Monitoring & Observability": { "Overview": "guides/dashboard/monitoring", "Metrics": "guides/dashboard/monitoring/metrics", "Traces": "guides/dashboard/monitoring/traces", "Troubleshoot": "guides/dashboard/monitoring/troubleshoot", "SDK": { "Overview": "guides/dashboard/monitoring/sdk", "Node.js": "guides/dashboard/monitoring/sdk/nodejs", "Python": "guides/dashboard/monitoring/sdk/python" } }, "Outputs": "guides/dashboard/output-variables", "Providers": "guides/dashboard/providers", "CI/CD": { "Overview": "guides/dashboard/cicd", "Branch Deployments": "guides/dashboard/cicd/branch-deployments", "Preview Deployments": "guides/dashboard/cicd/preview-deployments", "Custom Scripts": "guides/dashboard/cicd/custom-scripts", "Testing": "guides/dashboard/cicd/running-tests", "Private Packages": "guides/dashboard/cicd/private-packages", "Notifications": "guides/dashboard/cicd/notifications", "Mono Repos": "guides/dashboard/cicd/mono-repo", "Deploy in your own CI/CD": "guides/dashboard/cicd/running-in-your-own-cicd", "Best Practices": "guides/dashboard/cicd/best-practices", "Troubleshooting": "guides/dashboard/cicd/troubleshooting", "FAQ": "guides/dashboard/cicd/faq" } }, "MCP Server": { "Overview": "guides/mcp", "Setup": "guides/mcp/setup", "Tools": "guides/mcp/tools", "AWS Integration": "guides/mcp/aws-integration" }, "Serverless.yml Reference": "providers/aws/guide/serverless.yml", "Learn More": { "Examples and Tutorials": "examples-and-tutorials", "Configuration Validation": "configuration-validation" } }