This document provides an overview of serverless services on AWS. It describes 8 AWS services including Lambda, S3, DynamoDB, API Gateway, SNS, IoT, SES, and SQS. It provides examples of how to build a serverless blog application using these services, with the application assets stored in S3, API Gateway invoking Lambda functions, and blog data stored in DynamoDB. The document also discusses the Serverless Framework for developing and deploying AWS Lambda solutions and provides pricing models for various serverless services.
Related topics: