AWS Compute - Part 3: Serverless, Lambda, and Fargate
Amazon Web Services (AWS) has introduced serverless computing, which enables developers to focus on application development rather than infrastructure management. Two key services in the AWS serverless offering are AWS Lambda and AWS Fargate.
Lambda allows for running code without provisioning or managing servers. It supports various programming languages and scales automatically with high availability. Developers can invoke their functions directly using the Lambda API or configure an AWS service to trigger the function in response to an event.
Fargate abstracts EC2 instances, enabling developers to focus on application development rather than infrastructure management. It integrates natively with IAM and Amazon VPC, providing workload isolation and improved security.
Source: https://dev.to/hulk-pham/aws-compute-part-3-serverless-lambda-and-fargate-2lj0