AWS CDK (Cloud Development Kit) Sample
1. Getting CDK sample files
2. Run setup instructions of the sample application
npm install -g aws-cdk
cd typescript/my-widget-service
npm install
npm run build3. Generate a cloudformation file
$PSDefaultParameterValues['Out-File:Encoding'] = 'utf7'
cdk synth | out-file test.yamlcdk synth > test.yaml4. Upload and view in InfViz Studio


Last updated
Was this helpful?