Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.22 KB

File metadata and controls

42 lines (30 loc) · 1.22 KB

Deploy From Source

Regions

Region Name Region ID
US East (N. Virginia) us-east-1
US West (California) us-west-1
US West (Oregon) us-west-2
Europe (London) eu-west-2

Deployment

Deploy solution to your AWS account by AWS CDK.

Prerequisites

  • An AWS account
  • Configure credential of aws cli
  • Install Node.js LTS version, such as 12.x
  • Install Docker Engine
  • Install the dependencies of solution via executing command npm install
  • Initialize the CDK toolkit stack into AWS environment(only for deploying via AWS CDK first time, doc)

Deploy solution by AWS CDK

  • Run below command to deploy the solution(all parts):
    cd source
    npx cdk deploy QCEDDStack  \
      --parameters snsEmail=<your email used for subscription topic>

The output messages show status of the deployment, it takes approximately 10 minutes for the whole process.

How to test

    cd source
    npm run test