You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Currently we build only one lambda and export it as the default export :
whook/packages/whook-aws-lambda/src/index.ts
Line 363 in 9c7249f
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.
The text was updated successfully, but these errors were encountered: