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.

Running Go as a companion process in AWS lambda

26 pointsby jasonmooalmost 10 years ago

2 comments

Gysalmost 10 years ago
A similar approach for running Hugo (static site generator written in Go): <a href="https:&#x2F;&#x2F;github.com&#x2F;ryansb&#x2F;hugo-lambda" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ryansb&#x2F;hugo-lambda</a><p>See <a href="https:&#x2F;&#x2F;github.com&#x2F;ryansb&#x2F;hugo-lambda&#x2F;blob&#x2F;master&#x2F;generate&#x2F;lib&#x2F;RunHugo.js" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ryansb&#x2F;hugo-lambda&#x2F;blob&#x2F;master&#x2F;generate&#x2F;l...</a>
rubenfonsecaalmost 10 years ago
I had blogged about a basic version of this right when AWS was announced: <a href="http:&#x2F;&#x2F;blog.0x82.com&#x2F;2014&#x2F;11&#x2F;24&#x2F;aws-lambda-functions-in-go&#x2F;" rel="nofollow">http:&#x2F;&#x2F;blog.0x82.com&#x2F;2014&#x2F;11&#x2F;24&#x2F;aws-lambda-functions-in-go&#x2F;</a> Great to see there&#x27;s still interest in the approach ;-)