How to detect, analyze, and compare faces with Amazon Rekognition?

Reading Time: 11 minutes Facial recognition and comparison are the major features of modern applications like employee or customer verification applications. These kinds of applications need to automate video editing or provide secondary authentication for other applications. As a developer, facial recognition and comparison is a new challenge you will face if you are developing such kinds of applications. […]

How to create CI/CD workflow using AWS CodeStar?

Reading Time: 8 minutes DevOps and CI/CD are the future of software development. AWS CodeStar makes building a full CI/CD workflow easier and helps us to create a CI/CD toolchain using AWS developer tools – CodeCommit, CodeBuild, and CodePipeline In this blog we will demonstrate how to create CI/CD workflow using AWS CodeStar. Before beginning to read this blog, […]

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 create, publish and maintain high scalable APIs using AWS API Gateway?

Reading Time: 12 minutes To access data, business logic, and functionalities from backend services, API can act as an interface! Using API Gateway, we can enable two-way communication in real-time applications. In this blog, we will discuss Amazon API Gateway, its architecture, key concepts, use cases, and features. As part of hands-on, we will also create API Gateway and […]

How to collect, aggregate and analyze Financial Services Industry (FSI)’s data on a petabyte scale using AWS FinSpace?

Reading Time: 9 minutes In our previous blog, How to collect, aggregate and analyze Financial Services Industry (FSI)’s data on a petabyte scale using AWS FinSpace(Part 1)? We have discussed FSI and Amazon FinSpace as data management and analytics platform designed specifically for the FSI. We have also discussed FinSpace features, benefits, how it works, pricing, etc., and how it […]

How to create an API endpoint to provision a DynamoDB table using AWS AppSync?

Reading Time: 9 minutes In our previous blog How to create an API endpoint to provision a DynamoDB table using AWS AppSync? (Part 1), we have discussed AWS AppSync, its features, benefits, use cases, etc. In this blog, we will discuss a business scenario to understand and create an API endpoint to provision a DynamoDB table using AWS AppSync.  […]

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 can we use Amazon Comprehend with AWS Lambda and Amazon Lex for Sentiment Analysis?

Reading Time: 10 minutes In our previous blog, How can we use Amazon Comprehend with AWS Lambda and Amazon Lex for Sentiment Analysis(Part 1)? we have discussed NLP, Amazon Comprehend as one of the best NLP services, its features, benefits, use cases, etc. In this blog, we will demonstrate how to configure Amazon Comprehend with AWS Lambda and Amazon […]

How to create a data flow to share data between AWS and Salesforce using Amazon AppFlow?

Reading Time: 10 minutes In our previous blog, How to create a data flow to share data between AWS and Salesforce using Amazon AppFlow (Part 1)? We have discussed Amazon AppFlow, its features, benefits, use cases, etc. In this blog, we will see how we can make use of the Amazon AppFlow service to create a data flow to […]

How to manage infrastructure as code (IaC) with Terraform on AWS?

Reading Time: 10 minutes Most of us prefer that someone who is an expert in the installation and configuration of systems should install OS, and software and can do the required configuration in our laptops and desktops. Agreed? Through the evolution of IT infrastructure, we have depended on system administrators to configure the hardware and set up and maintain […]

Back To Top