Stream and store heroku logs in AWS Cloudwatch using AWS Lambda and Heroku Log Drains.
More info: https://coderecipe.ai/architectures/59609314
git clone git@github.com:CodeRecipe-dev/Heroku-log-AWS-cloudwatch.git
cd Heroku-log-AWS-cloudwatch
npm install
serverless deploy --stage <your-stage-name>
heroku drains:add <api endpoint from serverless deploy> -a <heroku app name>