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.

Show HN: Serverless Framework – Build Applications via AWS Lambda and API Gateway

17 pointsby reubanoabout 9 years ago

1 comment

nicolashahnalmost 9 years ago
My current company has an in-house Lambda deployment tool, and after discovering Serverless a few days ago I was put in charge of testing it out. I like it a lot, it&#x27;s easy to use and it only took me about an hour to get one of my nodejs projects deployed with it.<p>It does have a flaw that caused my company not to replace our current tool for it: many python modules require being built on the same OS as the one that runs each Lambda, Amazon&#x27;s own Linux flavor. What this means effectively is that you need to start up an EC2 instance, install all your packages in a virtualenv, and grab the site-packages folder, and drop it into your Lambda&#x27;s directory, then deploy. This is really Amazon&#x27;s fault, but my point is that it&#x27;s not as &#x27;just works&#x27; for python as it is for node.
评论 #11739355 未加载