AWS Lambda and AWS SQS A Powerful Combination

AWS Lambda and AWS SQS are two powerful AWS services that can be used together to create a variety of event-driven applications. Lambda is a serverless compute service that allows you to run code without provisioning or managing servers. SQS is a message queuing service that allows you to decouple applications and scale microservices.


MinhTDAbout 2 minGuideAWS
AWS TIPS I WISH I'D KNOWN BEFORE I STARTED

Moving from physical servers to the "cloud" involves a paradigm shift in thinking. Generally in a physical environment you care about each invididual host; they each have their own static IP, you probably monitor them individually, and if one goes down you have to get it back up ASAP. You might think you can just move this infrastructure to AWS and start getting the benefits of the "cloud" straight away. Unfortunately, it's not quite that easy (believe me, I tried). You need think differently when it comes to AWS, and it's not always obvious what needs to be done.


Rich AdamsAbout 18 minGuideAWS
Building a simple infrastructure in AWS

Step 1: Sign up for AWS

To sign up for an AWS account, you'll need to provide some basic information about yourself or your company, such as your name, email address, and credit card information. AWS offers a free tier that allows you to use many of its services for free for up to 12 months. This is a great way to try out AWS and experiment with its services without incurring any costs.


MinhTDAbout 4 minGuideAWS
AWS Introduction

Amazon Web Services (AWS) is a cloud computing platform that provides a wide range of services to help you build, deploy, and manage your applications in the cloud. AWS is a product of Amazon, and it was launched in 2006 with a handful of services. Today, AWS has become the most widely adopted cloud platform in the world, providing businesses and individuals with a flexible, reliable, and scalable infrastructure.


MinhTDAbout 3 minGuideAWS