Skip to content

Overview over the Core Serverless Services

What services do we need?

  • App - Serve Static App (like angular app) - S3 (Simple Storage Service)
  • API - REST API - API Gateway
  • Logic - Execute code on demand - Lambda
  • Data - Store & retrieve data (database) - DynamoDB
  • Auth - Authenticate users - Cognito
  • DNS - Translate URL - Route 53
  • Cache - Improve performance - CloudFront