Skip to content

Freddv2/ts-appsync-portfolio-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ts-appsync-portfolio-app

Prerequisite

Yarn

https://classic.yarnpkg.com/en/

Amplify CLI

yarn add global @aws-amplify/cli

CDK CLI

yarn add global aws-cdk

Setup

Install dependencies

From the project root, run: yarn run bootstrap

Generate GraphQL JS bindings

From the project root, run: yarn run graphql-codegen

Build & Deploy stack on AWS

From the project root, run: yarn run deploy

  • An AWS profile have to exist for this command to work. To specify a profile this, go to cdk/package.json and change --profile dev to your profile
  • This command will also compile & package the lambdas in the backend folder

Build & Serve App

From the project root, run: yarn run serve

The app should be available @ http://localhost:8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published