DEV Community

Cover image for Learn GraphQL and AWS AppSync By Running One Command
Matt Coulter
Matt Coulter

Posted on

3 3

Learn GraphQL and AWS AppSync By Running One Command

To download a working GraphQL implementation that you can deploy to AWS all you need to do is run:

npx cdkp init the-simple-graphql-service

This will clone the typescript implementation from cdkpatterns.com, now you can do:

  • npm run test - runs the unit tests
  • npm run deploy - deploys to aws if you have your local creds setup
  • Read the readme for learning instructions
  • Jump into the code in lib/the-simple-graphql-service-stack.ts and start learning

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay