This is a hobby project of mine that I have spent quite a lot of time on, mainly just pouring through AWS documentation. It was a chance for me to learn more about Serverless and configuration as code, and I hope the documentation provided can be useful for someone else. Contributions are always welcome however, where it's
- Reporting a bug
- Discussing the current state of the code
- Submitting a fix
- Proposing new features
- Becoming a maintainer
Pull requests are the best way to propose changes to the codebase. Pull requests are welcome!
- Fork the repo and create your branch from
main
. - If you've added code that should be tested, add tests.
- If you've changed APIs or added new features, update the documentation. This repository is designed for learning so be as detailed as possible and update/add the relevant sections in README and ARCHITECTURE.
- Ensure the test suite passes.
- Make sure your code lints.
- Issue that pull request 🚀
By contributing, you agree that your contributions will be licensed under its MIT License.
This document was adapted from the open-source contribution guidelines for Facebook's Draft