lambda-live-debugger
Version:
Debug Lambda functions locally like it is running in the cloud
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"
}
}