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

Allow to build several handlers in the same lambda #192

Open
nfroidure opened this issue Nov 6, 2024 · 0 comments
Open

Allow to build several handlers in the same lambda #192

nfroidure opened this issue Nov 6, 2024 · 0 comments

Comments

@nfroidure
Copy link
Owner

Currently we build only one lambda and export it as the default export :

export default handler;

It sometimes makes sense to group several lambda function into the same zip we it shares most of their services to limit the number of simultaneous db connections of even cold starts.

The current build system is very modular and could be adapted easily to do so.

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

No branches or pull requests

1 participant