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 |
Deploy solution to your AWS account by AWS CDK.
- 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)
- 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.
cd source
npm run test