AWS
-
Posted On AWS
Building a Serverless Web Application with AWS Lambda, API Gateway, DynamoDB, S3
In this article, we are going to deploy a web application on AWS serverless, which means we don’t have to manage servers at all, no…
-
Posted On AWS
Building Scalable Applications on AWS with ECS Fargate: A Serverless Container Solution
AWS provides a wide range of services, focusing on key areas such as storage, computing resources, running machine learning models, and so on. Each service…
-
Posted On AWS
Exploring Event-Driven Architectures (EDA) with AWS
Event-Driven Architectures (EDA) are built around events, or messages, that trigger actions in a system. An event can be anything—a user interaction, a system update,…
-
Posted On AWS
Real-Time Sentiment Analysis with AWS: Streaming Data via Kinesis, Analyzing with Comprehend, and Alerting with SES
In this blog, we’ll explore a practical implementation of a mini-project using AWS services to perform real-time sentiment analysis. By leveraging the power of Amazon…
-
Deploying Node JS Application with AWS App Runner
AWS App Runner is a fully managed service provided by Amazon Web Services (AWS). It makes it easy for developers to quickly deploy containerized web…