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

Update AWS Lambda templates and docs for streaming mode#45

Merged
phuctm97 merged 2 commits intomainfrom
update-aws-lambda-streaming-templates
Jul 18, 2025
Merged

Update AWS Lambda templates and docs for streaming mode#45
phuctm97 merged 2 commits intomainfrom
update-aws-lambda-streaming-templates

Conversation

@phuctm97
Copy link
Copy Markdown
Owner

@phuctm97 phuctm97 commented Jul 18, 2025

Summary

  • Enable AWS Lambda streaming mode with response streaming support
  • Update CDK configurations to include 5-minute timeout and InvokeMode.RESPONSE_STREAM
  • Change TypeScript handler type from AWSLambda.Handler to AWSLambda.LambdaFunctionURLHandler

Changes

  • Updated example applications (both JS and TS) with streaming configuration
  • Updated create-modelfetch templates to match the streaming implementation
  • Updated all documentation references to use "AWS Lambda streaming handler"
  • Updated TypeScript types across documentation and examples

Test plan

  • Verify AWS Lambda examples deploy successfully with streaming enabled
  • Verify create-modelfetch generates correct templates for AWS Lambda
  • Check documentation renders correctly on the website

🤖 Generated with Claude Code

Updated CDK configurations to enable response streaming with 5-minute timeout.
Changed TypeScript handler type to LambdaFunctionURLHandler across all documentation and examples.

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

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

vercel Bot commented Jul 18, 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 18, 2025 7:35am

@phuctm97 phuctm97 merged commit 8ef14be into main Jul 18, 2025
2 checks passed
@phuctm97 phuctm97 deleted the update-aws-lambda-streaming-templates branch July 18, 2025 07:40
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