Skip to content

Learn & build a full-stack app with Serverless, AWS's cloud technologies, React.js & GraphQL

Notifications You must be signed in to change notification settings

anhlu8/serverless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Red Queen

This is a full-stack application with the purpose of migrating current data to AWS's RDS MySQL by implementing Serverless framework for the back-end and developing a front-end analytical tool with React.js and applying GraphQL to query the new database.

Installing

  • Run yarn init -y
  • Run yarn install
  • Create .env:
MY_AWS_REGION = 
AWS_PROFILE = 
AWS_ACCOUNTID = 
SQS_QUEUE_NAME = 
RDS_HOSTNAME = 
RDS_USERNAME = 
RDS_PASSWORD = 
RDS_PORT = 
RDS_DB = 
LK_ALLIANCE_DATA_URL = 
LK_PLAYERS_DATA_URL = 
LK_HABITATS_DATA_URL = 
BUCKET_NAME = 
IDENTITY_POOL_ID =
SLS_DEBUG=*
  • Run sls deploy

Built With

Back-end:

Architecture

Demos:

Part 1 | Serverless - AWS: ![Watch the video]

Authors

  • Anh Lu

About

Learn & build a full-stack app with Serverless, AWS's cloud technologies, React.js & GraphQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published