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 boilerplate to get started quickly

52 pointsby harijoeover 6 years ago

6 comments

FridgeSealover 6 years ago
Hhmmm, I’m not really sure I see the point wthis: it’s really only “get started quickly” for “the single exact case where you happen to be using JS and DynamoDB and Webpack”. It doesn’t seem to really offer anything over the base format that you couldn’t add in like 2 mins flat anyway.
评论 #18512284 未加载
评论 #18512285 未加载
SpaceNuggetover 6 years ago
I think you should just have your boilerplate set up middy with your middleware, that is the point of a boilerplate project after all.<p>You are depending on your own &#x27;handly&#x27; project &#x27;based on&#x27; middy but its really just middy without the option to pick what middlewares you want.<p>your readme for handly says to<p><pre><code> import handly const handler = &#x2F;* a handler *&#x2F; export handly(handler) </code></pre> where handly is essentially<p><pre><code> import middy const handly = handler =&gt; middy(handler).use(&#x2F;*a bunch of middleware*&#x2F; export handly </code></pre> I don&#x27;t speak for the middy project and I don&#x27;t know how long you have been developer so I don&#x27;t want to discourage you too much, but that seemed a little off.<p>unrelated: I tried to check out your website and got a certificate error.
评论 #18513320 未加载
avipover 6 years ago
sls user (though not very frequent) here. Read the entire readme, still can&#x27;t figure out what it does and why&#x2F;if I need it. This is meant as constructive feedback - please put the &quot;what problem it solves&quot; section at the top. I don&#x27;t know what &quot;boilerplate&quot; is.
评论 #18512544 未加载
semiregover 6 years ago
If you prefer Webtask, check out this boilerplate I published last week. <a href="https:&#x2F;&#x2F;github.com&#x2F;semireg&#x2F;webtask-webpack" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;semireg&#x2F;webtask-webpack</a>
tuananhover 6 years ago
isn&#x27;t this already solved with serverless framework?<p><a href="https:&#x2F;&#x2F;serverless.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;serverless.com&#x2F;</a>
评论 #18515690 未加载
greenspotover 6 years ago
OT: Who has experiences with serverless and which providers&#x2F;services could yoi recommend?
评论 #18514118 未加载