This is an AWS Lambda function written in Go. It tweets a motivational quote about programming every morning @freeCodeCampTO. Read the blog about it on Medium.
The code for the function (main.go
) runs on AWS Lambda. The quotes themselves are pulled directly from the index.xml
file in this repo.
We welcome contributions! Here are a few ways you can contribute:
- Submit a pull request with new quotes added to
index.xml
in the proper format - Suggest improvements for
main.go
- Open a new issue with any bugs you may have observed