This application receives notifications from YouTube via PubSubHubBub and runs AWS Lambda.
For more information on how to use PubSubHubBub(PuSH) and how to receive notifications from YouTube, please refer to here.
- pipenv
- serverless framework
$ pipenv sync
$ npm install
PuSH_hmac_secret=[your_push_hmac_secret]
$ sls deploy
By rewriting the action() function, you can implement the original process.