Skip to content

Allow to build several handlers in the same lambda #192

@nfroidure

Description

@nfroidure

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.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions