Commit 16a6fc3a authored by nimrod's avatar nimrod
Browse files

Boilerplate.

parent f355ee84
Loading
Loading
Loading
Loading

.gitignore

0 → 100644
+52 −0
Original line number Diff line number Diff line
~*
*~
*.sw[op]
*.py[cod]
.DS_Store
__pycache__/
.vagrant/
vendor/
Thumbs.db
*.retry
.svn/
.sass-cache/
*.log
*.out
*.so
node_modules/
.npm/
nbproject/
*.ipynb
.idea/
*.egg-info/
*.[ao]
.classpath
.cache/
bower_components/
*.class
*.[ewj]ar
secring.*
.*.kate-swp
.swp.*
.directory
.Trash-*
build/
_build/
dist/
.tox/
*.pdf
*.exe
*.dll
*.gz
*.tgz
*.tar
*.rar
*.zip
*.pid
*.lock
*.env
.bundle/
!Pipfile.lock
.terraform
tfplan
*.tfstate*

LICENSE.txt

0 → 100644
+661 −0

File added.

Preview size limit exceeded, changes collapsed.

README.md

0 → 100644
+14 −0
Original line number Diff line number Diff line
# Am I live

External health checks for shore.co.il using AWS Lambda and SNS for notifications.

## License

This software is licensed under the AGPL 3+ license (see `LICENSE.txt`).

## Author Information

Nimrod Adar, [contact me](mailto:nimrod@shore.co.il) or visit my
[website](https://www.shore.co.il/). Patches are welcome via
[`git send-email`](http://git-scm.com/book/en/v2/Git-Commands-Email). The repository
is located at: <https://git.shore.co.il/explore/>.