AriPerkkio / scrpr

Serverless monorepo: client + api + batch + storage on aws

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scrpr

packages
├── api
|  ├── # Cloudfront
|  ├── # Cognito
|  ├── # Lambda
|  └── # GraphQL
├── batch
|  ├── # AWS Batch
|  ├── # Docker
|  └── # puppeteer
├── client
|  ├── # S3 with OAI control
|  └── # React with typescript
├── domain
|  └── # VPC, subnets, routing, ...
└── storage
   ├── # AWS RDS postgresql
   └── # knexjs
  • Typescript
  • Serverless
  • GraphQL
  • Postgresql
  • Puppeteer
  • Cognito
  • React
  • Storybook
  • Cypress.io
  • Circle CI
  • Websockets
  • AWS Batch
  • Docker
  • Puppeteer
  • rxjs
  • Relay

About

Serverless monorepo: client + api + batch + storage on aws


Languages

Language:TypeScript 72.3%Language:JavaScript 13.3%Language:Shell 10.2%Language:Dockerfile 3.0%Language:HTML 0.8%Language:CSS 0.4%