Hacker News new | ask | show | jobs
by nickthemagicman 2975 days ago
Its your call. I like Serverless because it configures all the infrastructure for me, and keeps my lambda code super organized and in an immediately understandable framework.

Its like you COULD just use Ruby to code a site but all the power of Rails adds so much to it!

1 comments

When I (briefly) looked at serverless it I thought it was a wrapper around just Lambda (and other Lambda-like services), but it sounds like it actually let you configure other types of AWS services. Are there any AWS services it doesn't work with?

That said, I'm not seeing how serverless is any more "immediately understandable" than Lambda. The serverless.yml files I'm finding when looking at examples seem about as complex as aws cli commands.

Read over the docs a little more. There's a reason it exists, has been around for years, and is widely used by many companies.