Browsing Tag
serverless
65 posts
Exploring Serverless Functions: A Beginner’s Guide to AWS Lambda and Vercel
Imagine building scalable applications without managing servers. No more worrying about infrastructure, scaling, or maintenance—just write your code…
Private API Gateway as EventBridge API Destination
In a previous post, I explained how to connect AWS Step Functions to a private API Gateway endpoint…
Simplified Data Masking in AWS Lambda with Powertool
Hello Devs, “Data is the new oil,” they say, but in healthcare and finance, it’s more like nitroglycerin—immensely…
Serverless Cloud Pizzeria Shop
I have spent lots of time learning about various areas of software and cloud development so far in…
Unlocking the Potential of Cloudflare Workers for Small Projects
Cloudflare Workers is a serverless platform that allows developers to run code at the edge, close to the…
Getting the Actual Client IP When Using Application Load Balancer (ALB) in AWS Lambda
When I was new to AWS, I faced an interesting challenge while working on a task to digitally…
What is Serverless Computing?
Serverless computing has emerged as a revolutionary paradigm in cloud computing, offering a new way to build and…
OpenAPI (Swagger docs) integration with serverless framework | Node.js Express.js Typescript
Introduction: OpenAPI formerly known as swagger docs is a specification. It’s a standardised way to describe web APIs…
Navigating the Clouds: A Comprehensive Guide to Modern Cloud Infrastructures
Introduction: As a full-stack developer, understanding cloud architecture is crucial in today’s digital age, where cloud computing…
AWS Cloud Cost Optimization
Challenge: Reduce the AWS Cloud Operating cost without compromising any existing feature Steps: Switch to 8×5 from 24×7…