Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1009 Bytes

serverless-app-hosting.md

File metadata and controls

22 lines (13 loc) · 1009 Bytes

Serverless app hosting

AWS Lambda

Pricing page

  • Free tier: 1M requests/month, 400k GB-seconds of compute time/month (memory allocated to the function * execution time)
  • Pros: automatic scaling, integrates well with oher AWS services (S3, SQS, API Gateway...), no idle time billing only calculate your actual request consumption, supports Node.js, C#, Python, Java deployments and Go using Apex

Google Cloud Functions

Pricing page

  • Free tier: 2M requests/month, 400k GB-seconds/month, 200k GHz-seconds/month, 5GB Outbound Date, Unlimited Inbound, Unlimited Outbound to Google APIs in same region
  • Pros: automatic scaling, easy to integrate and manage from Firebase console, Node.js support, Webhooks, integration with Google APIs like Cloud Pub/Sub