Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/allcentury/netflix-jobs
https://github.com/allcentury/netflix-jobs
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/allcentury/netflix-jobs
- Owner: allcentury
- Created: 2021-05-27T17:16:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-22T13:58:06.000Z (4 months ago)
- Last Synced: 2025-01-08T09:45:05.565Z (9 days ago)
- Language: Ruby
- Size: 119 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Netflix Job Watcher
See [Netflix Culture Blog Post](https://allcentury.github.io/2024/09/21/netflix-job-analysis/)
This is a small lambda service running on the serverless framework that will look at Netflix's job's API for a given string and
if the service has never seen the job before, it will send an email notification.Note that the email must be verified in AWS console before this can work.
Before deploying, run:
```
bundle install --deployment
```then to deploy:
```
sls deploy
```