How I got started with Serverless Framework

Why write this article?

This article is meant for back-end developers, who does have strong back-end practices – in languages such as Java, PHP, and C#.

As a PHP developer for many years, sometimes learning a new piece of front-end technol…


This content originally appeared on DEV Community and was authored by Brian Ng

Why write this article?

This article is meant for back-end developers, who does have strong back-end practices - in languages such as Java, PHP, and C#.

As a PHP developer for many years, sometimes learning a new piece of front-end technology can be a steep learning curve.

And perhaps today, you're curious about serverless. And how it could benefit your technology infrastructure in your business / personal project, and wanting to "give it a go".

What is the serverless framework?

As the Wiki describes [R.1], it is an open-source framework written using node. serverless is the first framework developed for building applications on AWS Lambda [I.1].

However, it is now expanded to more supported Serverless service providers, such as Netlify, Google, Microsoft (Azure) and more.

Why use serverless?

As developers, we only want to focus our time 'coding', rather than fiddling / tinkering with server configurations, network infrastructure and cloud networking in general.

It offers great scalability, more flexibility, zero server management and faster release time - altogether at reduced cost.

How did I learn to use serverless?

There are a couple of prerequisite learning criteria(s) that did help myself explore and understand how the serverless framework works.

Some of the early steps I began with:

  1. To build an understanding of how node + express applications work (express is not necessary, using any web application framework will do for your first demo).
  2. Pick a serverless provider to work with (I chose AWS, because there are already reliable existing real-world examples and open-source content to compare to, with my first demo).
  3. Based on the serverless provider picked, I did explore how serverless services are deployed and its general architecture. For example, 'applications' vs 'functions', why do you need an API Gateway, and more.
  4. While learning the serverless framework (from official documentation) and coding a demo project in parallel, trial-and-error persisted with integrating third-party serverless dependencies involved - such as serverless-offline.

What I've learned so far?

Prior knowledge of knowing how to build a node + express application was crucial, and beneficial. Next, extending your project with typescript is also beneficial but optional.

The express package is definitely built to be "modular" with other dependencies, especially for extended express middleware.

In regards to using nestjs [I.2] framework (I relate this framework with Laravel / Symfony PHP frameworks), for a serverless project, the comparison with express does highlight a lot of the pros and cons, of building a serverless node + express app vs. build a serverless nestjs app.

I ended up building this serverless boilerplate, which is till this day, a work-in-progress project - there's always room for improvements, and following the serverless framework updates.

Github: https://github.com/entwurfhaus/serverless-express-typescript-boilerplate

That's it!

I do hope this article does provide additional insight, to why serverless should be learned and considered to be your next application architecture solution.

Index

  1. AWS Lambda - a serverless computing platform provided by Amazon as a part of Amazon Web Service.
  2. NestJS - https://nestjs.com/

References

  1. serverless framework Wiki - https://en.wikipedia.org/wiki/Serverless_Framework
  2. serverless documentation - https://www.serverless.com/framework/docs/
  3. JAMStack - https://jamstack.wtf/
  4. NestJS - https://docs.nestjs.com/


This content originally appeared on DEV Community and was authored by Brian Ng


Print Share Comment Cite Upload Translate Updates
APA

Brian Ng | Sciencx (2021-08-04T03:56:03+00:00) How I got started with Serverless Framework. Retrieved from https://www.scien.cx/2021/08/04/how-i-got-started-with-serverless-framework/

MLA
" » How I got started with Serverless Framework." Brian Ng | Sciencx - Wednesday August 4, 2021, https://www.scien.cx/2021/08/04/how-i-got-started-with-serverless-framework/
HARVARD
Brian Ng | Sciencx Wednesday August 4, 2021 » How I got started with Serverless Framework., viewed ,<https://www.scien.cx/2021/08/04/how-i-got-started-with-serverless-framework/>
VANCOUVER
Brian Ng | Sciencx - » How I got started with Serverless Framework. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/08/04/how-i-got-started-with-serverless-framework/
CHICAGO
" » How I got started with Serverless Framework." Brian Ng | Sciencx - Accessed . https://www.scien.cx/2021/08/04/how-i-got-started-with-serverless-framework/
IEEE
" » How I got started with Serverless Framework." Brian Ng | Sciencx [Online]. Available: https://www.scien.cx/2021/08/04/how-i-got-started-with-serverless-framework/. [Accessed: ]
rf:citation
» How I got started with Serverless Framework | Brian Ng | Sciencx | https://www.scien.cx/2021/08/04/how-i-got-started-with-serverless-framework/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.