Skip to content

khuezy/sst-prisma

 
 

Repository files navigation

Serverless Stack + Prisma - Starter Kit

What is this?

If you want to build a serverless app with AWS CDK, Lambda, and Postgres, this is the template for you.

Quickstart

Prerequisites

Assumes you have Node 16 installed and AWS credentials configured.

Setup

npm i -g pnpm  # install pnpm globally
pnpm i  # install dependencies + generate types from DB and GQL schemas

Features

All features are optional, delete what you don't need.

Click links to learn more and view documentation.

Package scripts

Please see package.json scripts for more.

Start live backend dev server with AWS

pnpm start

Start frontend + backend dev server

pnpm fullstack

Run/generate DB migrations locally

pnpm db:migrate

Just watch and perform type-checking

pnpm watch

Deploy to your AWS environment

pnpm deploy

About

Serverless Stack + Prisma ORM Template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 91.7%
  • SCSS 4.4%
  • JavaScript 2.9%
  • Other 1.0%