First off, thanks for taking the time to contribute! 🎉
The goal of this repository is to provide accessible, ready-to-deploy templates for developers learning Generative AI on AWS. We welcome contributions that simplify code, improve documentation, or add new architectural patterns.
If you find a bug (e.g., a Lambda function timeout or a deprecated boto3 method), please create an issue using the label bug.
Have an idea for a new model integration (e.g., Mistral Large or Anthropic Claude 3.5)? Open an issue with the label enhancement.
- Fork the repo.
- Create a branch:
git checkout -b my-new-feature. - Make sure to update the
requirements.txtif you add dependencies. - Submit a PR!
- Python: Please follow PEP 8 standards.
- Architecture: If adding a new project, please include a Mermaid.js diagram or a screenshot in the README.
Thanks for building with us!