Tag: serverless

Why Developers and Businesses Should go With Serverless Architecture?

Reading Time: 9 minutes In today’s competitive market, faster time to market and scalability are the two major measures of a good application. In this blog, we will discuss how SERVERLESS architecture can be a good choice for quick and scalable application development.  In this blog, you will get answers to the following questions which help you to get […]

How to send S3 event notification email using Lambda and SES?

Reading Time: 10 minutes Email notifications are an important part of any modern application. In this blog, we will discuss how to send Email notifications using the Amazon SES service and AWS Lambda and will demonstrate how to send an acknowledgment email to a user using AWS Lambda and Amazon SES upon adding new objects in an S3 bucket. […]

How to build an Angular Authentication Application using AWS Amplify?

Reading Time: 13 minutes In this blog, we will discuss how to build an Angular Application using AWS Amplify and will demonstrate how to build an Authentication Application using AWS Amplify and Angular web framework without configuring the backend manually. In this blog, we will cover: Need for Serverless Frameworks Benefits of Serverless Frameworks Popular Serverless Frameworks Why is […]

How to build a Serverless Workflow with AWS Step Functions?

Reading Time: 8 minutes In our previous blog How to build a Serverless Workflow with AWS Step Functions? (Part 1), we have discussed AWS Step functions, its features, benefits, use cases, etc. In this blog, we will discuss a business scenario to configure and create a serverless workflow to handle the issue resolution statuses raised by each of the […]

How to build a serverless event-driven workflow with AWS Glue and Amazon EventBridge?

Reading Time: 10 minutes AWS Glue is basically a data processing pipeline that is composed of a crawler, jobs, and triggers. This workflow converts uploaded data files into Apache Parquet format. In this blog, we will see how we can make use of the AWS Glue event-driven workflows to demonstrate the execution of the entire flow. With the use […]

Back To Top