AWS Serverless Application Lens - Amazon Web Services - Guido Percu's Notes
← Back to Garden

AWS Serverless Application Lens - Amazon Web Services

📅 May 21, 2026 📁 books 🌱

AWS Serverless Application Lens - Amazon Web Services

Kindle Highlights

AWS Lambda lets you run stateless serverless applications on a managed platform that supports microservices architectures, deployment, and management of execution at the function layer.

With Amazon API Gateway, you can run a fully managed REST API that integrates with Lambda to execute your business logic and includes traffic management, authorization and access control, monitoring, and API versioning

AWS Step Functions orchestrates serverless workflows including coordination, state, and function chaining as well as combining long-running executions not supported within Lambda execution limits by breaking into multiple steps or by calling workers running on Amazon Elastic Compute Cloud (Amazon EC2) instances or on-premises.