Browsing Category
AWS
122 posts
An Overview of AWS Elastic Container Service (ECS)
Containerization is a virtual method used to deploy and run distributed applications without launching an entire virtual machine…
How to add Google Social Sign On To Your Amazon Cognito User Pool
Logging into your favourite app using your Google, Facebook, or Amazon credentials is now an expectation for modern…
How to Install and Configure the AWS CLI on Windows 10
You might have been using AWS for quite some time and hopefully, by now, you feel comfortable enough…
AWS SNS vs SQS – Whats The Difference?
Modern applications are being built to take advantage of serverless technologies. One key component of serverless architectures are…
The Most Important AWS Core Services
Amazon Web Services(AWS) is one of the most comprehensive and widely used cloud platforms worldwide. In today’s age…
The Most Important AWS Lambda Metrics To Monitor
In a typical software system, we monitor our applications using proxies for service health including CPU utilization, Memory…
How to Learn AWS – Starting Points for Frontend, Backend, Devops, and Data Engineers
If you’re just starting to learn AWS, you’ve probably realized the number of services is completely overwhelming. To…
What Can You Do With AWS Lambda?
AWS Lambda is a popular serverless compute service. Its one of the fastest growing services in all of…
Top 5 Tips For Working With DynamoDB
These are my top 5 tips I wish someone told me about before using AWS DynamoDB. Standard transactional…
DynamoDB Scan VS Query – When to Use What?
DynamoDB Scan and Query operations may appear similar at face value. They both retrieve data from your DynamoDB…