Skip to content

Latest commit

 

History

History
54 lines (43 loc) · 1.96 KB

File metadata and controls

54 lines (43 loc) · 1.96 KB

Common AWS Serverless Services

There are many AWS services that can be considered serverless. Here are some of the most common AWS services used that provide the foundational building blocks for a serverless application.

Data Services

Service Description
Amazon S3 Object storage
Amazon DynamoDB Managed NoSQL
Amazon Aurora Serverless On-Demand relational database

Communication / Messaging

Service Description
Amazon Simple Notification Service (SNS) A pub/sub messaging service
Amazon Simple Queue Service (SQS) Fully managed message queuing
Amazon Simple Email Service (SES) SES is a cloud-based email sending service

Compute

Service Description
AWS Lambda Event driven continuous scaling serverless platform
AWS Fargate Fully managed containers within Amazon Elastic Container Service (ECS)

Networking

Service Description
Amazon API Gateway Fully managed API creation service
Application Load Balancer Load Balancer to distribute traffic and can target Lambdas

Authentication & Authorization

Service Description
Amazon Cognito Serverless authentication and authorization

Continue on to next page: What are we going to build in this tutorial?