AWS RDS

Amazon Relational Database Service (RDS) is a fully managed relational database service that simplifies database management tasks like provisioning, scaling, and patching. Here are the key features and capabilities of AWS RDS explained in a clear and approachable manner: Key Points: 1. Managed Database Service 2. Supports Multiple Database Engines 3. Automated Maintenance 4. EBS-Backed … Read more

AWS -Lambda

AWS Lambda is a serverless compute service that allows you to run code in response to events without provisioning or managing servers. It’s designed to execute small, individual functions based on triggers, scaling automatically and billing only for the compute time used. Why Lambda? AWS Lambda is a compute service that runs your code in response to events … Read more