Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frichetten/did-it-crash
A small lambda function to see if a website is down
https://github.com/frichetten/did-it-crash
Last synced: about 2 months ago
JSON representation
A small lambda function to see if a website is down
- Host: GitHub
- URL: https://github.com/frichetten/did-it-crash
- Owner: Frichetten
- License: mit
- Created: 2019-08-08T02:08:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-18T22:25:43.000Z (about 4 years ago)
- Last Synced: 2024-05-02T03:25:42.882Z (8 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# did-it-crash
A small lambda function to see if a website is down## Deployment
`zip -r did-it-crash.zip index.js node_modules/ package.json`Upload this zip file to lambda.
Configure an SNS topic and an IAM role to allow Lambda to write to CloudWatch and Publish SNS messages.