Baby care
SmartThings based SmartApp for monitoring kids and alerting by sending notifications to Mobile. Solution needs IP Camera which is capable of detecting sounds.
- NodeJs
- Serverless framework
- AWS Lambda
- AWS Cloud formation
- Config
- Install node
- Install serverless
- Configure serverless cli with AWS credentials (region, access key, secret key)
- Clone this project or Create from scratch (sls create -t aws-nodejs)
- Implement the project
- Main file: index.js
- Dependency file package.json
- Serverless configuration (yml file)
- Write config/file.json file
- Run below command for installing dependencies
- node install
- sls deploy
- For more details refer to SmartThings documentation page. Thank you.