App Backend

CircleCI

Overview

Live: https://evaxn9xqz0.execute-api.us-east-1.amazonaws.com/prod

Requirements

Get Started

Installing Dependencies

  1. Navigate to cdk folder
  2. Run yarn install
  3. Navigate to api_root_lambda
  4. Run yarn install

Deployment

Requirements
  • All dependencies installed
  • AWS Credential are configured (aws configure)

How to Deploy

  1. Navigate to cdk directory
  2. First Deployment Only Bootstrap your AWS Account: cdk bootstrap
  3. Run yarn run deploy

API Root Lambda

API Root Lambda is the main controller that handles API Request. It's written in NodeJS and uses express for handling routing