This is the infrastructure code of the Weather Station.
You can find the Serial Reader part of this project and instructions to get it ready here: https://github.com/dariorlima/arduino-weather-station-reader
npm run build
compile typescript to jsnpm run watch
watch for changes and compilenpm run test
perform the jest unit testscdk deploy
deploy this stack to your default AWS account/regioncdk diff
compare deployed stack with current statecdk synth
emits the synthesized CloudFormation template
- DHT11 - Temperature and Humidity
- LM75 - High Precision Temperature Sensor
- LM75A.h
- dht11
- ArduinoJson