Write in front: the blogger is a real combat development after training into the cause of the “hill pig”, nickname from the cartoon “Lion King” in “Peng Peng”, always optimistic, positive attitude towards things around. My technical path from Java full stack engineer all the way to big data development, data mining field, now there are small achievements, I would like to share with you what I have learned in the past, I hope to help you on the way of learning. At the same time, the blogger also wants to build a perfect technical library through this attempt. Any anomalies, errors and matters needing attention related to the technical points of the article will be listed at the end, and everyone is welcome to provide materials in various ways.

  • Please criticize any mistakes in the article and revise them in time.
  • If you have any questions you would like to discuss or learn, please contact me at [email protected].
  • The style of the published article varies from column to column, and all are self-contained. Please correct the deficiencies.

My Serverless Real – the first Serverless application

Keywords: Tencent cloud, Serverless, console, SpringBoot, application deployment \

The article directories

I. Introduction to Serverless

Many friends may not know much about Serverless, so let’s make a brief introduction.

1. What is Serverless

With the update of technology and the constant change of development mode, more and more enterprises are using cloud resources, and expect relatively fast and robust application deployment and functional iteration. Many functions are realized directly through the integration of cloud services, and the deployment of the platform is increasingly applied to microservice architectures and containers (such as Docker).

From a feature support perspective,Serverless = FaaS + BaaS(Photo from Internet) :

  • FaaS (Function as a Service) :

It mainly includes cloud function-related services and platforms.

  • BaaS (Backend as a Service – Backend as a Service) :

These services include back-end cloud services, such as cloud databases and object storage.

  • Serverless

Platform as a Service (PaaS) is a micro-architecture that does not require server services to be deployed, configured, or managed. All server services required for application running are provided by the cloud Platform.

2. Characteristics of Serverless

  • Simplify the configuration

You can create, deploy, and modify cloud functions, API gateways, object storage, and cloud databases.

  • Convenient operations

It supports on-demand payment and automatically scales based on service requests without manually configuring computing resources in advance.

  • A station development

Supports complete solutions from initialization, coding, debugging, resource configuration, deployment and release to monitoring warnings and troubleshooting.

  • A lower cost

The usage cost is low, and the payment of expenses is related to the operation of the function, with as little waste as possible.

The first Serverless application

Use the Serverless Application Console to quickly create and deploy applications.

1. Create a process

  • Go to the Serverless Application screen -> New Application

  • Selecting a template (SpringBoot as an example)

  • Fill in the configuration

  • Waiting for deployment to complete

2. Access tests

Deployment Log DisplayOperation is successfulAfter that, you can access the project and come toServerless applicationYou can view the application list on the interface:



Click on theTo access the application:



In the application ofDevelopment and deploymentApplication updates can be made in the interface, which will be described in a later article.

Three, video direct

Video address: www.bilibili.com/video/BV1sq… , like the little partner must be three times to add attention oh ~

Serverless – The first Serverless application

Write at the end: the author tries to refine each knowledge point and use portal to mount links for related knowledge points. The article adopts the way of “text + picture + video” to show, which is squeezed time to make, hope to see here can leave a comment to like, slightly show support!

Scan the QR code below and join the official fan wechat group. You can communicate with me directly and have more benefits