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.
- 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
- Serverless framework
- AWS
- Lambda
- SQS (decoupling solutions)
- S3
- RDS MySQL
- Fargate
- Identity and Access Management (IAM)
- CloudWatch
- CloudFormation
- React.js
- Apollo
- Node.js
- GraphQL
- Prisma
Part 1 | Serverless - AWS: ![Watch the video]
- Anh Lu
