Skip to content

Deployment workflow for AWS AppSync to generate GraphQL from existing SQL databases using Prisma & CDK

Notifications You must be signed in to change notification settings

ViVa98/PrismaAppSync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PrismaAppSync

Steps to follow before deploying

  • yarn Install node_modules

  • Add postgres connection url in .env file

  • npx prisma migrate

  • cd cdk

  • yarn Install node_modules

  • Again add the postgres connection url in .env file in cdk folder

  • cdk bootstrapif required

  • cdk deploy

About

Deployment workflow for AWS AppSync to generate GraphQL from existing SQL databases using Prisma & CDK

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published