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
{{ message }}
This repository has been archived by the owner on Mar 7, 2020. It is now read-only.
As the core of Pharrell is essentially one piece of middleware and #1 is related to removing the unnecessary network-stack-to-feed-Lambda implementation, it may ultimately make more sense for Koa compose to merge the few bits together and map straight in to the Node.js HTTP stack directly via the listen method.
I'm not sure how much "magic" Koa is doing for us behind the scenes that make this too much effort. This will probably be clearer once attempting to remove the Lambda handler library for #1.
The text was updated successfully, but these errors were encountered:
As the core of Pharrell is essentially one piece of middleware and #1 is related to removing the unnecessary network-stack-to-feed-Lambda implementation, it may ultimately make more sense for Koa compose to merge the few bits together and map straight in to the Node.js HTTP stack directly via the
listen
method.I'm not sure how much "magic" Koa is doing for us behind the scenes that make this too much effort. This will probably be clearer once attempting to remove the Lambda handler library for #1.
The text was updated successfully, but these errors were encountered: