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.

Writing an AWS lambda function with Go

5 pointsby avitzurelalmost 9 years ago

1 comment

rakooalmost 9 years ago
If I understand this correctly, each request will run the Javascript handler which in turns will spawn a process that happens to be written in Go. Which means we've basically come back to CGI. I thought that CGI was bad because creating a new process on each and every request was expensive. Is Lambda somehow different ?
评论 #11925793 未加载