-
Notifications
You must be signed in to change notification settings - Fork 49
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: add response helpers for Node.js for reducing boilerplate in projects #47
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, just a few minor things/questions.
Also, Do we need to update the README as well?
I guess it's fine, mainly because most implementation with Lambda are not going to use long-living request sessions. |
5391f09
to
b635148
Compare
As discussed the goal here is to reduce boilerplate for tutorials.
The code is super specific for Node.js HTTP environments and obviously, those will not work for Lambda Functions, etc.