Create a simple OTP system with AWS Serverless
This post describes how to implement a simple One Time Password (OTP) system with AWS Serverless services which can be used as a part of two-step verification. Below tools and…
Favourite tutorials for developers
This post describes how to implement a simple One Time Password (OTP) system with AWS Serverless services which can be used as a part of two-step verification. Below tools and…
If you are writing Lambda functions for production, it is important to think about how your function scales and how performance can be affected by usage. Yeah, I know. You…
AWS Lambda is a serverless computing service that allows you to run code without provisioning or managing servers. It automatically scales applications by running code in response to events, making…
Amazon Web Services (AWS) has been a leader in cloud computing, providing robust and scalable solutions for developers worldwide. Among its many services, the AWS Serverless Application Model (AWS SAM)…
Gone are the days when businesses had to build and maintain infrastructures to run any on-premises application. Now there has been a sudden shift in technology. Using the Software as…
AWS X-Ray allows the developer to analyze and create a service map that displays an application’s architecture, including relation to components and a dependency tree. With the help of AWS…
AWS Lambda is a compute service that runs your code in response to events and automatically manages the compute resources, making it easy to build applications that respond quickly to…
In this AWS Lambda tutorial, you will learn ‘What is AWS Lambda?,’ how AWS Lambda works, building blocks of AWS Lambda, how to use Lambda with AWS S3, comparing Lambda…