Launch HN: Seed (YC W21) – A Fully-Managed CI/CD Pipeline for Serverless
11–20 of 109 posts
Re: Launch HN: Seed (YC W21) – A Fully-Managed CI/CD Pipeline for Serverless
#12I loved reading serverless-stack a couple of years ago; it was really helpful & convinced me to use serverless for a side-project that’s still going (with almost no expenses!). I’m surprised to hear how many separate lambda functions each service in your example had. I understand the need to deploy each service independently... but to have +10 deployments within each service seems crazy to me. Is there a reason each…
On the Lambdas per service front, the express server inside a Lambda function does work. A lot of our customers (and Seed itself) have APIs that need to have lower response times. And individually packaging them using Webpack or esbuild ends being the best way to do it. So you'll split each endpoint into a Lambda.
I just think the build systems shouldn't limit the architectural choices.
Re: Launch HN: Seed (YC W21) – A Fully-Managed CI/CD Pipeline for Serverless
#13Congrats on the launch!
Re: Launch HN: Seed (YC W21) – A Fully-Managed CI/CD Pipeline for Serverless
#14I loved reading serverless-stack a couple of years ago; it was really helpful & convinced me to use serverless for a side-project that’s still going (with almost no expenses!). I’m surprised to hear how many separate lambda functions each service in your example had. I understand the need to deploy each service independently... but to have +10 deployments within each service seems crazy to me. Is there a reason each…
Re: Launch HN: Seed (YC W21) – A Fully-Managed CI/CD Pipeline for Serverless
#15I'm sure it's not on purpose, but it made me think about Social Justice language war: https://newdiscourses.com/tftw-folks/
(I even had to switch to my anonymous HN account to post this.)
I would prefer to think about this (very cool!) startup instead.
Re: Launch HN: Seed (YC W21) – A Fully-Managed CI/CD Pipeline for Serverless
#16I’m trying to think of how a service would help me here. However I do think this is a frontier-space where there is a lot of room for improvement. Looks polished though, I’ll take it for a spin on a hobby project soon.
Re: Launch HN: Seed (YC W21) – A Fully-Managed CI/CD Pipeline for Serverless
#17Well done, and thanks for Serverless Stack! Awesome tutorial! I completed it and it was excellent, and a lot of fun. The only thing I would say is that a section on public user uploads would be amazing (e.g. avatars) as the perms and CDK stuff is a bit knotty for that (I eventually figured it out but it took a bit of trial and error).
That's a good point on the avatars idea. We'll need to create a version of the notes app, where there's a public aspect of it. So maybe being able to publish it.
Re: Launch HN: Seed (YC W21) – A Fully-Managed CI/CD Pipeline for Serverless
#18Re: Launch HN: Seed (YC W21) – A Fully-Managed CI/CD Pipeline for Serverless
#19Weird to see "folks" everywhere in the text. Why not "people"? Or "developers"? I'm sure it's not on purpose, but it made me think about Social Justice language war: https://newdiscourses.com/tftw-folks/ (I even had to switch to my anonymous HN account to post this.) I would prefer to think about this (very cool!) startup instead.
Re: Launch HN: Seed (YC W21) – A Fully-Managed CI/CD Pipeline for Serverless
#20Wow! Congrats to you, Jay and Frank. I've been a fan of your work on both Seed.run & Serverless Stack for a while. Best of luck, and I'm excited to see Seed grow :)