Skip to content

Instantly share code, notes, and snippets.

@aroder
Created February 8, 2021 23:26
Show Gist options
  • Save aroder/0523ef595d7762afbb1d9d89c04c6a06 to your computer and use it in GitHub Desktop.
Save aroder/0523ef595d7762afbb1d9d89c04c6a06 to your computer and use it in GitHub Desktop.

Datateer platform architecture

graph TD
    user
    subgraph aws[AWS]
      subgraph s3[S3 & CloudFront]
        web[web app]
      end
      subgraph ecs[ECS]
        api[platform API]
      end
      subgraph rds[RDS]
        db[(platform DB)]
      end
      user-->web-->api-->db
      Cognito
    end

    web -->|auth| Cognito
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment