Skip to content

Instantly share code, notes, and snippets.

@mariusmitrofan
Created February 16, 2020 19:24
Show Gist options
  • Save mariusmitrofan/35e89c22ad6916ac0b9afb15ccfc7678 to your computer and use it in GitHub Desktop.
Save mariusmitrofan/35e89c22ad6916ac0b9afb15ccfc7678 to your computer and use it in GitHub Desktop.
services

Authentication:

  • AWS Cognito
  • AWS Cognito Hosted UI

API Authorization and Throttling:

  • AWS API Gateway with Cognito Authorizer
  • AWS API Gateway with API Keys

Backend execution:

  • AWS Lambda

Backend database:

  • AWS DynamoDB

LoadTest statistic storage and snapshots:

  • AWS CloudWatch Metrics
  • AWS CloudWatch Snapshots

Encryption mechanisms:

  • AWS KMS

Logging pipelines:

  • AWS CloudWatch Logs

API endpoint service authorization:

  • AWS IAM Roles

Email delivery:

  • AWS SES

Website delivery:

  • AWS CloudFront
  • AWS Lambda at Edge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment