Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Add AWS Lambda runtime support#31

Merged
phuctm97 merged 4 commits intomainfrom
add-aws-lambda-support
Jul 10, 2025
Merged

Add AWS Lambda runtime support#31
phuctm97 merged 4 commits intomainfrom
add-aws-lambda-support

Conversation

@phuctm97
Copy link
Copy Markdown
Owner

@phuctm97 phuctm97 commented Jul 9, 2025

Summary

  • Add @modelfetch/aws-lambda package for deploying MCP servers to AWS Lambda
  • Include JavaScript and TypeScript example applications with CDK deployment
  • Configure Nx workspace to include new AWS Lambda projects

Test plan

  • Build and type check all projects: pnpm exec nx run-many -t build typecheck
  • Lint all projects: pnpm exec nx run-many -t lint
  • Test AWS Lambda handler integration in example applications
  • Verify CDK deployment configuration works correctly
  • Ensure package exports and TypeScript types are properly configured

🤖 Generated with Claude Code

This introduces AWS Lambda support to ModelFetch, allowing MCP servers to be deployed as AWS Lambda functions with streaming response handlers. The implementation includes both JavaScript and TypeScript example applications demonstrating CDK-based deployment.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Jul 9, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
modelfetch-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 10, 2025 4:54am

Added AWS Lambda runtime option to create-modelfetch CLI with TypeScript
and JavaScript templates, comprehensive documentation on the website, and
updated all example project READMEs for consistent terminology.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@phuctm97 phuctm97 merged commit 40262df into main Jul 10, 2025
2 checks passed
@phuctm97 phuctm97 deleted the add-aws-lambda-support branch July 10, 2025 05:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant