Skip to main content

Posts Tagged ‘serverless computing’

Istock 1194430859

AWS Serverless Infrastructure & CRUD Operations using NodeJS

A serverless architecture is a way to build and run applications and services without having to manage infrastructure. Your application still runs on servers, but all the server management is done by AWS. Serverless framework is a toolkit for creating, deployment of serverless functions like AWS Lambda, publish the message in SNS, send message to […]

Serverless Computing – What To Know Before You Start Using It

I am sure many of you are already familiar with Serverless Computing, and might have already used it in your projects. In this blog post, I’ll share my thought process around Serverless Computing, what it is, things to know before you start using it, and where you can use it. The credit for Serverless Computing […]

Serverless Computing

Introduction Cost optimization, better flexibility and efficient resource management are some of the key factors fueling the growth of Cloud infrastructure. Serverless Computing is another step in this direction. Serverless Computing, also knows as function as a service (FAAS), is a Cloud-computing model where the Cloud provider completely manages the container that processes the service […]