Skip to content

Instantly share code, notes, and snippets.

@qtangs
Last active December 16, 2018 08:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qtangs/f037e44d4c224c603da6233adc60e43a to your computer and use it in GitHub Desktop.
Save qtangs/f037e44d4c224c603da6233adc60e43a to your computer and use it in GitHub Desktop.
Serverless services vs non-serverlesss equivalents
Serverless Non-serverless
Compute AWS Lambda; Azure Functions; Google Cloud Functions ... AWS EC2; AWS ECS; Azure VMs ...
File Storage AWS S3; Azure Storage; Google Cloud Storage ... Hosted Network File System ...
Database Storage Parse; Firebase; AWS DynamoDB; AWS Aurora Serverless ... AWS RDS; Hosted NoSQL; ...
Event Stream AWS Kinesis; Azure Event Hubs; Google Cloud Pub/Sub ... Hosted Kafka; Message Queue ...
Authentication Auth0; AWS Cognito; Azure App Service Authentication ... Hosted Authentication logic ...
Workflows AWS Step Function; Azure Logic Apps ... Hosted Workflow Management ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment