TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Netlify lambda functions

16 pointsby flaviocopesover 6 years ago

2 comments

thomasedwardsover 6 years ago
If you get in much deeper than just a couple of functions, I highly recommend using Middy. It acts as a ‘sort of’ middleware, which makes it much easier to write reusable stuff and comes with its own often-used middleware, such as converting the body from JSON to an object.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;middyjs&#x2F;middy" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;middyjs&#x2F;middy</a><p>We have over 40 functions on our main product and it’s been working really well.
评论 #18780549 未加载
ameliusover 6 years ago
I feel that the term &quot;lambda function&quot; is being misused lately ...
评论 #18776465 未加载