Serverless is making big changes to how we operate, deploy, architect and run applications. There are many benefits that serverless brings, the ones below are just a few.
Servers are still there, but they are abstracted away and managed by your cloud provider. They are not your problem anymore, the same goes for load balancers and autoscaling.
Pay for each function execution. This means you don’t need to over-provision and thus over-pay for infrastructure. Especially for those periods of peak demand.
Because all you need to do is deploy your code, you won't lose time on spinning up and configuring servers. As a result you’ll iterate and launch products faster.
Serverless functions spin up in milliseconds the moment there is a demand increase. The newly created functions are immediately ready to handle new requests. And you, just sit and relax.
Challenge: How do you structure your project, how do you deploy it, and how do you access it?
Solution: Webiny has a ready-made structure that works for any type of project, be that a website, an app or an API. To deploy and access a project, Webiny comes with a Serverless Framework configuration. It takes a single command line to deploy the project. Using a CDN URL that you get back, you can access the project.
Challenge: Often jumping into new technology is scary. Especially if you need to go through a series of tutorials just to get to hello world.
Solution: Webiny comes with several ready-made serverless apps with a simple install process. Right away you'll have a working app that you can interact with. It’s much more satisfying than having a hello world on your screen.
Challenge: What architecture should I use for my project and how do I put it in place?
Solution: We architected and coded Webiny from ground up for the serverless environment. Your applications directly benefit by running on top of this stack. No need to experiment, lose time and learn the hard way. Use a proven and test solution.
Challenge: Creating an ACL is hard. Doing one inside a serverless function has its own set of unique challenges.
Solution: Webiny has a built-in ACL that comes with a GraphQL integration. It has the ability to create users, roles, groups, and API tokens. It's all controlled via a friendly user interface. The whole logic is running inside a dedicated serverless function.
Challenge: How do you do SSR inside a serverless function and get that full SEO value?
Solution: Webiny comes with a dedicated function that handles SSR. No need to configure or install anything separately. Everything is already included and pre-configured for you.
Challenge: A serverless function is a cloud-native service. So how do you replicate the whole setup on your local development environment?
Solution: You don't. There are a plethora of services, and differences in them between the cloud providers. The only way to get a 1:1 environment is to deploy your functions and test them inside the cloud. Our development setup does just that. This way you can rest assured that what you test in development, is how it will behave in production.
Get started with our step-by-step tutorial.
It's only gonna take a minute.
Join our community of developers and fellow Webiny users. Share your experiences and ask questions.
Join the communityWebiny free to use and released under the MIT open source license.
GitHub / Twitter / YouTube/ Gitter Chat/ Blog
Webiny Ltd © 2020