aws-iot-builder-tools / iot-reference-architectures

The repo is a place to store sequence diagrams and reference architectures that we refer to in IoT presentations. It also contains code that generates some of the sequence and architecture diagrams programmatically so they can be kept up to date.
MIT No Attribution
105 stars 59 forks source link

Migrate CloudFormation template generation to CDK #3

Open timmattison opened 5 years ago

timmattison commented 5 years ago

The reference architectures in this repo share a lot of common features (roles required for IoT rules engine, rule SQL, Lambda function configuration, etc.). This should be wrapped up with CDK so the templates can be consistent with less effort and new templates can be built faster.

timmattison commented 5 years ago

AWS CDK for those who haven't seen it