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
AWS offers technologies for running code, managing data, and integrating applications, all without managing servers. Serverless technologies feature automatic scaling, built-in high availability, and a pay-for-use billing model to increase agility and optimize costs. Compute: AWS Lambda, AWS Fargate. Application integration: Amazon EventBridge, AWS Step Functions, Amazon SQS, Amazon SNS, Amazon API Gateway, AWS AppSync. Data store: Amazon S3, Amazon DynamoDB, Amazon RDS Proxy, Amazon Aurora 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…
It is required to be able to act fast on your changing environment to meet your customer’s demand with the least effort and time involved. The most preferable way to…
AWS Fargate is a serverless compute engine for containers that work with Amazon Elastic Container Service. Fargate makes it easy for you to focus on building your applications. Fargate removes…
Amazon API Gateway is an awesome service to use as an HTTP frontend. You can use it for building serverless applications, for integrating with legacy applications, or for proxying HTTP…
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…