serverless

Serverless computing is a cloud computing model in which the cloud provider manages the infrastructure required to run and scale applications, and the developer only needs to write and deploy the code. In a serverless architecture, the cloud provider is responsible for managing the servers, operating systems, and other infrastructure components, and the developer only needs to provide the application code. This approach eliminates the need for developers to manage infrastructure and reduces costs by charging only for the actual usage of the application. Serverless computing is often used for event-driven and microservices-based architectures and can be a good choice for applications that require rapid development, scalability, and cost-efficiency.

Serverless CI/CD NodeJs Engine incompatibility
3/8/2023

Serverless CI/CD NodeJs Engine incompatibility

Serverless CI/CD build error serverless-*@*: The engine “node” is incompatible with this module. Expected version “>=14.18.0”. Got “12.22.11”
error Found incompatible module.

10/17/2019

Serverless Framework

TASK: Static website http://cocktail.review.com.np/ Search bar does not work. Add a data endpoint to serve drinks data to the autocomplete field. Prerequisites NodeJs AWS account AWS CLI Install Serverless cli # Install the serverless cli npm install -g serverless Login to Serverless serverless login Bootstrap a new service serverless Follow the setup instruction in your […]

Getting started with Serverless
9/20/2019

Getting started with Serverless

What is Serverless Application? Resources without provisioning and operations. What is a Microservice? Why? Auto-scaling Fault-Tolerant by design Pay-as-you-go Quick and easy to develop? depends.. When? It is wise to consider when to think serverless. Workloads with irregular access patterns Workloads with short execution times Automation What is AWS Lambda? AWS Lambda is an event-driven, serverless […]

© 2024 Anil Maharjan