This project is an exploration of Primsa 2 with AWS Lambda + Apollo Server
So far this project uses MySQL locally and supports one mutation.
It works with Aurora Serverless.
- Yarn
- Serverless Framework
- AWS Account
- Your VPC on AWS
- Own Aurora Serverless cluster
- MySQL installed locally on your machine
This tutorial was used to make this project.
First clone the repo:
$ git clone https://github.com/AmoDinho/prisma2-f1-demo.git
Then you need to cd into the repo:
$ cd prisma-f1-demo
Install the projects dependancies:
$ yarn install
Then open GraphQL Playgroud to execute the queries available on the schema:
$ sls offline