Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS Lambda adapter #72

Closed
cyco130 opened this issue Jul 6, 2023 · 3 comments · Fixed by #121
Closed

AWS Lambda adapter #72

cyco130 opened this issue Jul 6, 2023 · 3 comments · Fixed by #121
Labels
enhancement New feature or request

Comments

@cyco130
Copy link
Member

cyco130 commented Jul 6, 2023

Recently, several people requested an adapter (and possibly also a bundler) for AWS Lambda.

Our Netlify Functions adapter is probably the best starting point since it's basically a wrapper around AWS Lambda.

Hono docs and its AWS adapter source are also useful resources.

@cyco130 cyco130 added the enhancement New feature or request label Jul 6, 2023
@ericmarcos
Copy link

I'd definitely use this project if it had AWS (API Gateway + Lambda) support!

@redbar0n
Copy link
Contributor

redbar0n commented Jan 11, 2024

should HatTip not already be deployable to AWS Lambda with SST in standalone mode (Node.js)? https://docs.sst.dev/start/standalone

@cyco130
Copy link
Member Author

cyco130 commented Jan 17, 2024

Just landed! 🎉🥳

0.0.40 is being published with the new @hattip/adapter-aws-lambda and @hattip/bundler-aws-lambda packages.

Also, I've been experimenting with "multicloud" setups: Like Cloudflare or Deno Deploy in front and AWS Lambda or Google Cloud Functions at the back. In essence, similar to Vercel or Netlify. I'll keep refining the idea and try to provide advanced examples for Rakkas and Vike.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants