shangsuru / go-game-cdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS Appsync Go Game App CDK Backend

This repo is the implementation for the backend of a multiplayer Go Game App. It utilizes Amazon Cognito, Appsync, Lambda and DynamoDB.

Integrating with the frontend

The frontend for this app can be found here.

Useful commands

  • npm run build compile typescript to js
  • npm run watch watch for changes and compile
  • cdk deploy deploy this stack to your default AWS account/region
  • cdk diff compare deployed stack with current state
  • cdk synth emits the synthesized CloudFormation template

About


Languages

Language:TypeScript 69.6%Language:Velocity Template Language 24.4%Language:JavaScript 6.0%