├── .gitignore ├── Gruntfile.js ├── LICENSE ├── README.md ├── config.json ├── index.ejs └── package.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leonardo-couto/lambda-ec2-timer-switch/HEAD/.gitignore -------------------------------------------------------------------------------- /Gruntfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leonardo-couto/lambda-ec2-timer-switch/HEAD/Gruntfile.js -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leonardo-couto/lambda-ec2-timer-switch/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leonardo-couto/lambda-ec2-timer-switch/HEAD/README.md -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leonardo-couto/lambda-ec2-timer-switch/HEAD/config.json -------------------------------------------------------------------------------- /index.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leonardo-couto/lambda-ec2-timer-switch/HEAD/index.ejs -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leonardo-couto/lambda-ec2-timer-switch/HEAD/package.json --------------------------------------------------------------------------------