reisjr / aws-iot-dd-labcode

A repo to work on Device Defender Builders Session for re:invent 2019
Apache License 2.0
1 stars 0 forks source link

aws-iot-dd-builders-session

A repo to work on Device Defender Builders Session for re:invent 2019

Build

To build this app, you need to be in this example's root folder. Then run the following:

$ cd iot-playground
$ python3 -m venv .env
$ source .env/bin/activate
$ pip install -r requirements.txt

This will install the necessary CDK, then this example's dependencies, and then build your Python files and your CloudFormation template.

Install the latest version of the AWS CDK CLI:

$ npm i -g aws-cdk

TODO