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.

Use any programming language on AWS lambda

1 pointsby komuWover 6 years ago

1 comment

trumpetaover 6 years ago
I think its possible to do better than that. If you leverage Go runtime and your language has a GOB library, you can use that and avoid the speed penalty of the shim. For example here&#x27;s this idea implemented for Rust: <a href="https:&#x2F;&#x2F;github.com&#x2F;srijs&#x2F;rust-aws-lambda" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;srijs&#x2F;rust-aws-lambda</a>