Serverless trends in 2020 you should know about

Share

In this article, we’ll be heavily focusing on AWS serverless services. The cloud provider has been investing heavily in the advancement of serverless. Many of the factors behind the trends we see are affected by this.

A higher level of decoupling

With API Gateway HTTP API now generally available, it becomes easier and cheaper for developers to use an API Gateway privately to connect multiple cloud components while still keeping a healthy level of decoupling and black-box design. This is an important architectural practice that is part of the good practices around the serverless trilemma.

Faster adoption of serverless database model

DynamoDB is the leading serverless database offering right now on the market. Although it attracted some bad press in the past, the AWS team did an outstanding job over the past two years and most of its limitations are now gone.

For development teams that are still concerned about vendor lock-in, AWS has launched Cassandra Serverless. When generally available, it will be a compelling reason to move towards a serverless persistence model. Since the application would be tied to an open-sourced database API, a migration to another infrastructure would be facilitated in comparison with DynamoDB.

SEE ALSO: What does Serverless have in common with Nutella?

Usage of serverless for low-value batch jobs

The argument that the serverless computing model was too expensive for low-value, high-volume workloads will have a hard time holding up now that Fargate offers a Spot version with up to 70% savings. Fargate is already a great tool, but it would be amazing if we ever see a Lambda Spot as well.

Strengthening of asynchronous architectural trends

AWS is pushing forward the EventBridge model, having recently released the Schema Registry in general availability. It greatly simplifies the process of building serverless event-driven data pipelines and will be a compelling reason for Architects, Developers, and CTOs to push its adoption for more resilient and easier to maintain architectural designs.

SEE ALSO: Monitoring serverless applications

Speaking of architectural design improvements, the Well-Architected framework is getting traction among the serverless developer community. To support the Operational Excellence pillar, Dashbird has launched a centralized monitoring tool for multiple cloud resources with issue detection, automated alerting, and best-practices insights to improve the architectural design. If you don’t want to be left behind, check it out now for free, no credit card required.

The post Serverless trends in 2020 you should know about appeared first on JAXenter.

Source : JAXenter