AWSLaunchGOATdocsdocs
  • Hello
    • Tech Stack
    • Architecture
    • AWS Services
    • AWS CDK
    • Installation
    • Download the Kit
    • Project Structure
    • Create Root Account
    • Select Region
    • AWS Organizations
    • IAM Identity Center
    • AWS Configure SSO
    • SSO Expired
    • AWS Access Portal
    • Costs
    • Budget Alarm
      • Intro
      • CDK .env
      • CDK Bootstrap
      • CDK Deploy
      • Verify Endpoint
      • Created Services
      • CDK Destroy
    • Intro
    • Secrets/Variables
    • Add Variables
    • Add Secrets
    • main.yml
    • Deploy Staging
    • Deploy Production
      • Intro
      • psql
      • pgAdmin 4
    • Intro
      • Production
      • Staging
    • Domain bought on Other Provider
      • Production
      • Staging
    • Intro
    • Root .env
    • docker-compose up
    • Test with Jest
    • Prisma Migration & Seed
    • pgAdmin 4
    • Alternatives
    • Errors
    • Add New to .env
    • Seed Staging/Prod
    • Blue/Green Deployments
    • Auto Scaling

On This Page

  • NPM Installations
  • 1. Root directory:
  • 2. Move to the CDK folder:
  • Run Docker
Question? Give us feedback → (opens in a new tab)Edit this page
docs
Initial Deployment
CDK
Intro

NPM Installations

1. Root directory:

  • Run npm install

2. Move to the CDK folder:

cd cdk
  • Run npm install

Run Docker

Ensure that Docker is running. Since we've installed the app previously, search for it in the Launchpad and run it.

Create Permission Set

Budget AlarmCDK .env

AWSLaunchGOAT Docs