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

feat: AWS Lambda Handler #21

Open
aheissenberger opened this issue Aug 27, 2024 · 0 comments
Open

feat: AWS Lambda Handler #21

aheissenberger opened this issue Aug 27, 2024 · 0 comments

Comments

@aheissenberger
Copy link

Add AWS Lambda as a direct target to avoid double wrapping of the middleware.

Currently I have to use Hono or Hattip target and then use the wrapper for AWS Lambda to create a working entry point.

Adapters:
Hono / AWS Lambda: https://github.com/honojs/hono/tree/main/src/adapter/aws-lambda
Hattip / AWS Lambda: https://github.com/hattipjs/hattip/tree/main/packages/adapter/adapter-aws-lambda

Optional:
AWS API gateway provides routing which would allow to split the application in different smaller packages when each route provides its own entry point.

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

No branches or pull requests

1 participant