serverless-spy
Version:
CDK-based library for writing elegant integration tests on AWS serverless architecture and an additional web console to monitor events in real time.
17 lines (16 loc) • 367 B
JSON
{
"name": "temperature-control",
"description": "AWS IoT Temperature Control Simulation",
"version": "1.0.0",
"author": {
"name":"Amazon Web Services",
"email":"",
"url":"http://aws.amazon.com"
},
"main": "temperature-control.js",
"license": "Apache-2.0",
"dependencies": {
"blessed": "0.1.81",
"blessed-contrib": "2.3.3"
}
}