My Daily Doggo is a AWS Lambda script that runs daily, tweeting a picture of a dog, sourced from the Flickr API.
The Lambda is configured to run daily, and uses the Serverless framework as a structure.
Planned for the bot is:
- Using AWS Rekognition (image recognition) to check that it's actually a dog
- Attributing the author
- Converting from Callbacks to JS promises
Pull Requests welcome!
Check it out on Github