Back to all blogposts

Serverless computing for beginners: questions & answers

Adam Polak

Adam Polak

VP of Technology

Recently we’ve organised our eighth online webinar, and for the very first time, it focused on serverless computing. Mariusz Richtscheid, our Lead Node.js Developer, conducted a thorough introduction for beginners while I was answering the questions from the inquisitive participants.

Obviously, we’re not gonna keep all this precious serverless knowledge for ourselves, so there you go – below you will find all the necessary materials on what is serverless computing and a summary of the Q&A session. Enjoy!

Will you share the webinar presentation?

Absolutely! 👇

And if you’d rather just read the presentation itself, it’s available here.

What is serverless computing?

In short, going “serverless” means that you don’t need to take care of the servers running your app. Mariusz has already written a beginner’s guide: Serverless computing in Node.js so if you want to read more, I highly recommend this article.

How long does it take to do a cold start in Node v.12 typically? I presume this time differs between languages?

It depends on the language and dependencies you’re going to use. Java and .NET are the slowest ones, Node.js is much faster – for simple APIs involving caching it might be 50-100ms, but as I said it all depends on dependencies. 😉

Is there a service where you can write serverless functions using TypeScript, or do you need to translate it to pure JS and deploy it?

The serverless framework has a special plugin that allows you to write a code in TypeScript. It is transpiled just before you deploy it on AWS.

💡 Read more: Benefits that serverless can provide in your project and fast introduction

I use Fargate for daily tasks. I’ve been struggling with memory issues though. Does Fargate support Docker-compose and Docker –link?

I think Fargate supports docker-compose syntax, not sure if it supports docker-compose file directly.

Can Fargate be used as close to serverless as possible?

Fargate is just a different concept of serverless. Instead of running functions, you are going to use Docker images with your “app” to be executed. If you use docker heavily then it’s a good idea to try Fargate.

What’s the use case of Lambda@Edge?

To be honest, we haven’t used Lambda@Edge yet, but I can imagine it might work as some middleware, allowing you to enrich requests/responses. It could also work as a kind of a backend-for-frontend, so we send a request, but get a little bit different response for specific device types.

How can you test code written in serverless on the local machine and prepare a development environment? 

Using serverless framework you’re able to invoke functions locally. What’s more, you can even use local databases for testing. You can also deploy each function to some special testing environment, called stage, and use it for testing.

💡 Read more: Are you using JavaScript and want to learn how to implement serverless in Node.js?

1000 concurrent execution per lambda?

The limit is on account, not per lambda!

Is there a cold start when you use the functions in Node.js? What if you want to use a lot of external dependencies?

Yes, the cold start is there, however, is much lower than for .NET or Java. That’s exactly why a lot of people would recommend you to use Node.js for Lambdas instead. As far as the second question does, you can share some dependencies using AWS layers.

Is AWS Lambda really the cheapest available solution?

AWS Lambda is the cheapest available solution on the market, as long as it’s configured properly. It is a tricky solution and can easily drain your credit card if used for things that it is not meant to be. So be careful!

With stateless approach is WebSocket API possible with serverless?

It wasn’t possible for some time, but lately, AWS allowed AWS API Gateway service to handle WebSocket connections. Underneath it reacts to WebSocket messages, sends an event from API Gateway and then your functions handle it.

Watch online webinars organised by The Software House here 📺

Interviews
CTO vs Status Quo

Find the exact rules Tech Managers used to organize IT & deliver solutions the Board praised.

Read here

The Software House is promoting EU projects and driving innovation with the support of EU funds

What would you like to do?

    Your personal data will be processed in order to handle your question, and their administrator will be The Software House sp. z o.o. with its registered office in Gliwice. Other information regarding the processing of personal data, including information on your rights, can be found in our Privacy Policy.

    This site is protected by reCAPTCHA and the Google
    Privacy Policy and Terms of Service apply.

    We regard the TSH team as co-founders in our business. The entire team from The Software House has invested an incredible amount of time to truly understand our business, our users and their needs.

    Eyass Shakrah

    Co-Founder of Pet Media Group

    Thanks

    Thank you for your inquiry!

    We'll be back to you shortly to discuss your needs in more detail.